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

/external/clang/include/clang/Analysis/
H A DCFG.h191 /// CFGAutomaticObjDtor - Represents C++ object destructor implicitly generated
194 class CFGAutomaticObjDtor: public CFGImplicitDtor { class in namespace:clang
196 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) function in class:clang::CFGAutomaticObjDtor
210 CFGAutomaticObjDtor() {} function in class:clang::CFGAutomaticObjDtor
684 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
697 CFGAutomaticObjDtor(nullptr, 0), C));
700 *I = CFGAutomaticObjDtor(VD, S);

Completed in 80 milliseconds