Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp802 void appendConstructor(CFGBlock *B, CXXConstructExpr *CE) { in appendConstructor() function in __anon8d78c9ed0411::CFGBuilder
805 B->appendConstructor(CE, CC, cfg->getBumpVectorContext()); in appendConstructor()
4769 appendConstructor(Block, C); in VisitCXXConstructExpr()
4835 appendConstructor(Block, C); in VisitCXXTemporaryObjectExpr()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1100 void appendConstructor(CXXConstructExpr *CE, const ConstructionContext *CC, in appendConstructor() function