Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1354 bool needsAutomaticDestruction(const VarDecl *VD) const;
1873 if (needsAutomaticDestruction(D)) in addAutomaticObjDestruction()
1933 if (!needsAutomaticDestruction(D)) in addScopeExitHandling()
2106 bool CFGBuilder::needsAutomaticDestruction(const VarDecl *VD) const { in needsAutomaticDestruction() function in CFGBuilder
2164 !needsAutomaticDestruction(VD)) { in addLocalScopeForVarDecl()