Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1151 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendAutomaticObjDtor() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp861 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor() function in __anon8d78c9ed0411::CFGBuilder
862 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext()); in appendAutomaticObjDtor()
1877 appendAutomaticObjDtor(Block, VD, S); in addAutomaticObjDtors()