Searched defs:IfLoc (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 99 SourceLocation IfLoc) { in Elif() 105 SourceLocation IfLoc) { in Else() 111 SourceLocation IfLoc) { in Endif()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 343 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 365 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 371 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 577 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 597 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 603 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
H A D | Token.h | 317 SourceLocation IfLoc; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 216 SourceLocation IfLoc) { in Elif()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1339 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 861 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt() 915 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
|
H A D | TreeTransform.h | 1323 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 176 SourceLocation IfLoc; variable 2067 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()
|