Home
last modified time | relevance | path

Searched defs:IfLoc (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp102 SourceLocation IfLoc) { in Elif()
108 SourceLocation IfLoc) { in Else()
114 SourceLocation IfLoc) { in Endif()
/external/clang/include/clang/Lex/
DPPCallbacks.h291 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif()
313 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
319 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
475 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
495 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else()
501 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
DToken.h306 SourceLocation IfLoc; member
/external/clang/lib/Parse/
DParseStmt.cpp1091 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp502 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/external/clang/include/clang/AST/
DStmt.h873 SourceLocation IfLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp492 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
DTreeTransform.h1164 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()