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

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

Completed in 48 milliseconds