HomeSort by relevance Sort by last modified time
    Searched refs:ForLoc (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 134 SourceLocation ForLoc;
186 SourceLocation getForLoc() const { return ForLoc; }
187 void setForLoc(SourceLocation Loc) { ForLoc = Loc; }
194 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
StmtObjC.h 28 SourceLocation ForLoc;
54 SourceLocation getForLoc() const { return ForLoc; }
55 void setForLoc(SourceLocation Loc) { ForLoc = Loc; }
60 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
Stmt.h     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 560 ForLoc = FCL;
644 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
706 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 261 milliseconds