HomeSort by: relevance | last modified time | path
    Searched defs:ForLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 26 SourceLocation ForLoc;
52 SourceLocation getForLoc() const { return ForLoc; }
53 void setForLoc(SourceLocation Loc) { ForLoc = Loc; }
57 SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; }
StmtCXX.h 135 SourceLocation ForLoc;
201 SourceLocation getForLoc() const { return ForLoc; }
206 SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; }
Stmt.h 227 SourceLocation ForLoc;
2551 SourceLocation getForLoc() const { return ForStmtBits.ForLoc; }
2552 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1773 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'.
1968 ParseCXXCondition(nullptr, ForLoc, Sema::ConditionKind::Boolean,
1995 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(),
2047 getCurScope(), ForLoc, CoawaitLoc, FirstPart.get(),
2054 ForEachStmt = Actions.ActOnObjCForCollectionStmt(ForLoc,
2062 Actions.ActOnOpenMPLoopInitialization(ForLoc, FirstPart.get());
2087 MisleadingIndentationChecker MIChecker(*this, MSK_for, ForLoc);
2111 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(),

Completed in 41 milliseconds