Home
last modified time | relevance | path

Searched defs:ForLoc (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmt.cpp2131 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
2282 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
2482 StmtResult Sema::ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, in ActOnCXXForRangeStmt()
2704 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2740 StmtResult Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1423 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
2434 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
2489 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
DSemaOpenMP.cpp9084 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) { in ActOnOpenMPLoopInitialization()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmtObjC.h26 SourceLocation ForLoc; variable
DStmtCXX.h135 SourceLocation ForLoc; variable
DStmt.h232 SourceLocation ForLoc; in alignas() local
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseStmt.cpp1940 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local