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.h290 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif()
312 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
318 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
474 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
494 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else()
500 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
DToken.h299 SourceLocation IfLoc; member
/external/clang/lib/Parse/
DParseStmt.cpp1081 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp505 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/external/clang/lib/Sema/
DSemaStmt.cpp482 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
DTreeTransform.h1143 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
/external/clang/include/clang/AST/
DStmt.h881 SourceLocation IfLoc; variable