Home
last modified time | relevance | path

Searched defs:ContinueLoc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp1850 SourceLocation ContinueLoc = ConsumeToken(); // eat the 'continue'. in ParseContinueStatement() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp1544 SourceLocation ContinueLoc; member in __anonececbb350411::BreakContinueFinder
2660 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h1303 SourceLocation ContinueLoc; variable