Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1127 void appendConstructor(CXXConstructExpr *CE, const ConstructionContext *CC, appendConstructor() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp821 void appendConstructor(CFGBlock *B, CXXConstructExpr *CE) { in appendConstructor() function in __anon75c587cf0411::CFGBuilder