Home
last modified time | relevance | path

Searched defs:WhileLoc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp1342 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1448 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h1048 SourceLocation WhileLoc; variable
1106 SourceLocation WhileLoc; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp1235 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, ConditionResult Cond, in ActOnWhileStmt()
1258 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
H A DTreeTransform.h1205 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, in RebuildWhileStmt()
1215 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()