Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1172 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendAutomaticObjDtor() function
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp887 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) {
888 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext()); in appendLifetimeEnds()
1904 appendAutomaticObjDtor(Block, VD, S);
880 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { appendAutomaticObjDtor() function in __anon36ae77d00411::CFGBuilder