Searched refs:addStmt (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DParentMap.h29 void addStmt(Stmt* S);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp745 CFGBlock *addStmt(Stmt *S) { function in class:__anon368::CFGBuilder
1498 CFGBlock *B = addStmt(Statement);
2461 RHSBlock = addStmt(RHS);
2490 CFGBlock *EntryLHSBlock = addStmt(LHS);
2520 addStmt(B->getRHS());
2521 return addStmt(B->getLHS());
2704 return addStmt(C->getCond());
2795 addStmt(condExpr);
2799 return addStmt(BCO->getCommon());
2802 return addStmt(condExp
[all...]
H A DAnalysisDeclContext.cpp284 PM->addStmt(I->getInit());
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMap.cpp121 void ParentMap::addStmt(Stmt* S) { function in class:ParentMap
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h271 void addStmt(std::unique_ptr<OptionalStmt> Stmt) { function in class:llvm::rc::OptionalStmtList
756 void addStmt(std::unique_ptr<VersionInfoStmt> Stmt) { function in class:llvm::rc::VersionInfoBlock
H A DResourceScriptParser.cpp386 Result.addStmt(std::move(*SingleParse));
722 Contents->addStmt(std::move(*Stmt));

Completed in 126 milliseconds