Searched defs:IfLoc (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 99 SourceLocation IfLoc) { in Elif() 127 SourceLocation IfLoc) { in Else() 133 SourceLocation IfLoc) { in Endif()
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 369 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 393 SourceLocation IfLoc) { in Elifdef() 417 SourceLocation IfLoc) { in Elifndef() 423 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 429 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 649 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 669 SourceLocation IfLoc) override { in Elifdef() 689 SourceLocation IfLoc) override { in Elifndef() 695 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 701 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
H A D | Token.h | 319 SourceLocation IfLoc; member
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 208 SourceLocation IfLoc) { in Elif()
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1441 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 878 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, in ActOnIfStmt() 950 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, in BuildIfStmt()
|
H A D | TreeTransform.h | 1369 StmtResult RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, in RebuildIfStmt()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Stmt.h | 181 SourceLocation IfLoc; in alignas() local 2112 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()
|