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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h26 SourceLocation ForLoc; member in class:clang::ObjCForCollectionStmt
H A DStmtCXX.h135 SourceLocation ForLoc; member in class:clang::CXXForRangeStmt
H A DStmt.h231 SourceLocation ForLoc; member in class:clang::ForStmtBitfields
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1722 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1763 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1902 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, argument
2093 StmtResult Sema::ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, argument
2303 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument
2356 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
H A DTreeTransform.h1344 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
2058 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, argument
2113 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, argument

Completed in 103 milliseconds