Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h1172 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendAutomaticObjDtor() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp880 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor() function in __anon5c1c66b60411::CFGBuilder
881 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext()); in appendAutomaticObjDtor()
1897 appendAutomaticObjDtor(Block, VD, S); in addAutomaticObjDestruction()