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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1180 SourceLocation WhileLoc = Tok.getLocation(); local
1290 SourceLocation WhileLoc = ConsumeToken(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1022 SourceLocation WhileLoc; member in class:clang::WhileStmt
1078 SourceLocation WhileLoc; member in class:clang::DoStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1172 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond, argument
1197 ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation CondLParen, Expr *Cond, SourceLocation CondRParen) argument
H A DTreeTransform.h1107 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond, argument
1116 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument

Completed in 202 milliseconds