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