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

/external/clang/include/clang/Analysis/
H A DCFG.h143 /// CFGAutomaticObjDtor - Represents C++ object destructor implicitly generated
146 class CFGAutomaticObjDtor: public CFGImplicitDtor { class in namespace:clang
148 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) function in class:clang::CFGAutomaticObjDtor
531 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
542 *I = CFGAutomaticObjDtor(VD, S);

Completed in 224 milliseconds