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.h307 SourceLocation IfLoc; member
/external/clang/lib/Parse/
DParseStmt.cpp1111 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/external/clang/lib/Sema/
DSemaStmt.cpp507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt()
532 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
DTreeTransform.h1176 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
/external/clang/include/clang/AST/
DStmt.h885 SourceLocation IfLoc; variable