Searched defs:CFGAutomaticObjDtor (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h163 /// CFGAutomaticObjDtor - Represents C++ object destructor implicitly generated
166 class CFGAutomaticObjDtor: public CFGImplicitDtor { class in namespace:clang
168 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) function in class:clang::CFGAutomaticObjDtor
182 CFGAutomaticObjDtor() {} function in class:clang::CFGAutomaticObjDtor
564 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
572 return iterator(Elements.insert(I.base(), Cnt, CFGAutomaticObjDtor(0, 0), C));
575 *I = CFGAutomaticObjDtor(VD, S);

Completed in 167 milliseconds