Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1442 bool needsAutomaticDestruction(const VarDecl *VD) const;
1957 if (needsAutomaticDestruction(D)) in addAutomaticObjDestruction()
2017 if (!needsAutomaticDestruction(D)) in addScopeExitHandling()
2192 bool CFGBuilder::needsAutomaticDestruction(const VarDecl *VD) const { in needsAutomaticDestruction() function in CFGBuilder
2250 !needsAutomaticDestruction(VD)) { in addLocalScopeForVarDecl()