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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 201 SourceLocation getForLoc() const { return ForLoc; }
StmtObjC.h 52 SourceLocation getForLoc() const { return ForLoc; }
Stmt.h 2551 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; }
2558 SourceLocation getBeginLoc() const { return getForLoc(); }
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1472 Builder.markChildToken(S->getForLoc(), syntax::NodeRole::IntroducerKeyword);
1514 Builder.markChildToken(S->getForLoc(), syntax::NodeRole::IntroducerKeyword);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 224 Record.AddSourceLocation(S->getForLoc());
1442 Record.AddSourceLocation(S->getForLoc());
1536 Record.AddSourceLocation(S->getForLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7487 getSema().ActOnOpenMPLoopInitialization(S->getForLoc(), Init.get());
7491 S->getForLoc(), S->getConditionVariable(), S->getCond(),
7517 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(),
8084 return getDerived().RebuildObjCForCollectionStmt(S->getForLoc(),
8195 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
8217 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
SemaOpenMP.cpp 8591 For ? For->getForLoc() : CXXFor->getForLoc());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6293 auto ToForLoc = importChecked(Err, S->getForLoc());
6404 auto ToForLoc = importChecked(Err, S->getForLoc());
6422 auto ToForLoc = importChecked(Err, S->getForLoc());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1698 SourceLocation ForEachLoc = S->getForLoc();

Completed in 73 milliseconds