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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1244 SourceLocation WhileLoc = Tok.getLocation(); local
1354 SourceLocation WhileLoc = ConsumeToken(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1010 SourceLocation WhileLoc; member in class:clang::WhileStmt
1066 SourceLocation WhileLoc; member in class:clang::DoStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1165 Sema::ActOnWhileStmt(SourceLocation WhileLoc, FullExprArg Cond, argument
1190 ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation CondLParen, Expr *Cond, SourceLocation CondRParen) argument
H A DTreeTransform.h1138 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond, argument
1147 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument

Completed in 202 milliseconds