Searched defs:ForLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h133 SourceLocation ForLoc; member in class:clang::CXXForRangeStmt
H A DStmtObjC.h27 SourceLocation ForLoc; member in class:clang::ObjCForCollectionStmt
H A DStmt.h1116 SourceLocation ForLoc; member in class:clang::ForStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1401 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1519 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1657 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, argument
1834 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, argument
1971 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument
2024 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
H A DTreeTransform.h1158 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1377 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, argument
1432 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, argument

Completed in 97 milliseconds