Home
last modified time | relevance | path

Searched defs:IfLoc (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp99 SourceLocation IfLoc) { in Elif()
127 SourceLocation IfLoc) { in Else()
133 SourceLocation IfLoc) { in Endif()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h369 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 DToken.h319 SourceLocation IfLoc; member
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp208 SourceLocation IfLoc) { in Elif()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1441 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp878 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, in ActOnIfStmt()
950 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, in BuildIfStmt()
H A DTreeTransform.h1369 StmtResult RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, in RebuildIfStmt()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h181 SourceLocation IfLoc; in alignas() local
2112 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()