HomeSort by: relevance | last modified time | path
    Searched refs:getLoopVarStmt (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 168 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); }
186 const DeclStmt *getLoopVarStmt() const {
RecursiveASTVisitor.h 2273 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtCXX.cpp 77 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl();
ParentMapContext.cpp 169 ->getLoopVarStmt() ==
ASTImporter.cpp 6402 auto ToLoopVarStmt = importChecked(Err, S->getLoopVarStmt());
ExprConstant.cpp 5353 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 572 Visit(S->getLoopVarStmt());
CoverageMappingGen.cpp 1207 Visit(S->getLoopVarStmt());
CGStmt.cpp 1128 EmitStmt(S.getLoopVarStmt());
CGStmtOpenMP.cpp 1834 CGF.EmitStmt(CXXFor->getLoopVarStmt());
1980 if (const DeclStmt *LoopVarStmt = RangeFor->getLoopVarStmt())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1051 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S))
1402 FRS->getLoopVarStmt() || FRS->getRangeInit() == S;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 4476 addLocalScopeAndDtors(S->getLoopVarStmt());
4488 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1546 Record.AddStmt(S->getLoopVarStmt());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8182 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt());
8194 LoopVar.get() != S->getLoopVarStmt()) {
8202 if (NewStmt.isInvalid() && LoopVar.get() != S->getLoopVarStmt()) {

Completed in 53 milliseconds