Searched defs:appendAutomaticObjDtor (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ | ||
H A D | CFG.h | 1169 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { appendAutomaticObjDtor() function |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ | ||
H A D | CFG.cpp | 880 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor() function in __anon75c587cf0411::CFGBuilder |