Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtObjC.h26 SourceLocation ForLoc; variable
DStmtCXX.h135 SourceLocation ForLoc; variable
DStmt.h227 SourceLocation ForLoc; in alignas() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp2094 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt()
2245 Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc, in ActOnObjCForCollectionStmt()
2436 StmtResult Sema::ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, in ActOnCXXForRangeStmt()
2657 SourceLocation ForLoc, in RebuildForRangeWithDereference()
2693 StmtResult Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1377 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
2290 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc, in RebuildObjCForCollectionStmt()
2345 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc, in RebuildCXXForRangeStmt()
DSemaOpenMP.cpp8469 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) { in ActOnOpenMPLoopInitialization()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp1778 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement() local