Home
last modified time | relevance | path

Searched refs:addStmt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp766 CFGBlock *addStmt(Stmt *S) { in addStmt() function in __anonef2f84bd0411::CFGBuilder
1586 CFGBlock *B = addStmt(Statement); in buildCFG()
2562 RHSBlock = addStmt(RHS); in VisitLogicalOperator()
2591 CFGBlock *EntryLHSBlock = addStmt(LHS); in VisitLogicalOperator()
2621 addStmt(B->getRHS()); in VisitBinaryOperator()
2622 return addStmt(B->getLHS()); in VisitBinaryOperator()
2805 return addStmt(C->getCond()); in VisitChooseExpr()
2896 addStmt(condExpr); in VisitConditionalOperator()
2900 return addStmt(BCO->getCommon()); in VisitConditionalOperator()
2903 return addStmt(condExpr); in VisitConditionalOperator()
[all …]
H A DAnalysisDeclContext.cpp283 PM->addStmt(I->getInit()); in getParentMap()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h29 void addStmt(Stmt* S);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp123 void ParentMap::addStmt(Stmt* S) { in addStmt() function in ParentMap