Searched refs:appendAutomaticObjDtor (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h683 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { function in class:clang::CFGBlock::ElementList
/external/clang/lib/Analysis/
H A DCFG.cpp476 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { function in class:__anon17770::CFGBuilder
477 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext());
1120 appendAutomaticObjDtor(Block, *I, S);

Completed in 149 milliseconds