Searched defs:IfLoc (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 102 SourceLocation IfLoc) { in Elif() 108 SourceLocation IfLoc) { in Else() 114 SourceLocation IfLoc) { in Endif()
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 291 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()
|
D | Token.h | 307 SourceLocation IfLoc; member
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1111 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt() 532 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
|
D | TreeTransform.h | 1176 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 885 SourceLocation IfLoc; variable
|