Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1540 SourceLocation WhileLoc = Tok.getLocation(); in ParseWhileStatement() local
1650 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1316 StmtResult Sema::ActOnWhileStmt(SourceLocation WhileLoc, ConditionResult Cond, in ActOnWhileStmt()
1337 SourceLocation WhileLoc, SourceLocation CondLParen, in ActOnDoStmt()
HDTreeTransform.h1324 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, in RebuildWhileStmt()
1334 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h213 SourceLocation WhileLoc; in alignas() local
2372 SourceLocation WhileLoc; variable