Searched refs:needsAutomaticDestruction (Results 1 – 1 of 1) sorted by relevance
1442 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 CFGBuilder2250 !needsAutomaticDestruction(VD)) { in addLocalScopeForVarDecl()