Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp789 CFGBlock *addStmt(Stmt *S) { in addStmt() function in __anonef2f84bd0411::CFGBuilder
1674 CFGBlock *B = addStmt(Statement); in buildCFG()
2660 RHSBlock = addStmt(RHS); in VisitLogicalOperator()
2689 CFGBlock *EntryLHSBlock = addStmt(LHS); in VisitLogicalOperator()
2719 addStmt(B->getRHS()); in VisitBinaryOperator()
2720 return addStmt(B->getLHS()); in VisitBinaryOperator()
2914 return addStmt(C->getCond()); in VisitChooseExpr()
3005 addStmt(condExpr); in VisitConditionalOperator()
3009 return addStmt(BCO->getCommon()); in VisitConditionalOperator()
3012 return addStmt(condExpr); in VisitConditionalOperator()
[all …]
H A DAnalysisDeclContext.cpp281 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.cpp129 void ParentMap::addStmt(Stmt* S) { in addStmt() function in ParentMap
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10637 {"_ZN5clang9ParentMap7addStmtEPNS_4StmtE", "clang::ParentMap::addStmt(clang::Stmt*)"},