Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1150 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendAutomaticObjDtor() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp857 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor() function in __anona1d14af10411::CFGBuilder
858 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext()); in appendAutomaticObjDtor()
1879 appendAutomaticObjDtor(Block, *I, S); in addAutomaticObjDtors()