Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1172 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendAutomaticObjDtor() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp880 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor() function in __anonef2f84bd0411::CFGBuilder