Home
last modified time | relevance | path

Searched refs:needsAutomaticDestruction (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1354 bool needsAutomaticDestruction(const VarDecl *VD) const;
1870 if (needsAutomaticDestruction(D)) in addAutomaticObjDestruction()
1930 if (!needsAutomaticDestruction(D)) in addScopeExitHandling()
2103 bool CFGBuilder::needsAutomaticDestruction(const VarDecl *VD) const { in needsAutomaticDestruction() function in CFGBuilder
2161 !needsAutomaticDestruction(VD)) { in addLocalScopeForVarDecl()