Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1150 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendAutomaticObjDtor() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp865 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor() function in __anon76ebc3340411::CFGBuilder