Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp806 void appendConstructor(CFGBlock *B, CXXConstructExpr *CE) { in appendConstructor() function in __anon76ebc3340411::CFGBuilder
809 B->appendConstructor(CE, CC, cfg->getBumpVectorContext()); in appendConstructor()
4828 appendConstructor(Block, C); in VisitCXXConstructExpr()
4894 appendConstructor(Block, C); in VisitCXXTemporaryObjectExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1099 void appendConstructor(CXXConstructExpr *CE, const ConstructionContext *CC, in appendConstructor() function