Searched defs:IfLoc (Results 1 – 5 of 5) sorted by relevance
270 SourceLocation IfLoc; member
871 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
278 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
1013 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
700 SourceLocation IfLoc; variable