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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h27 SourceLocation ForLoc; member in class:clang::ObjCForCollectionStmt
H A DStmtCXX.h129 SourceLocation ForLoc; member in class:clang::CXXForRangeStmt
H A DStmt.h1132 SourceLocation ForLoc; member in class:clang::ForStmt
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1493 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1607 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1750 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, argument
1940 StmtResult Sema::ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, argument
2092 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument
2145 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
H A DTreeTransform.h1216 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1768 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, argument
1823 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, argument

Completed in 97 milliseconds