Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp99 SourceLocation IfLoc) { in Elif()
127 SourceLocation IfLoc) { in Else()
133 SourceLocation IfLoc) { in Endif()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h405 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif()
429 SourceLocation IfLoc) { in Elifdef()
453 SourceLocation IfLoc) { in Elifndef()
459 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
465 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
707 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
727 SourceLocation IfLoc) override { in Elifdef()
747 SourceLocation IfLoc) override { in Elifndef()
753 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else()
759 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
H A DToken.h327 SourceLocation IfLoc; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp212 SourceLocation IfLoc) { in Elif()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1503 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp908 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, in ActOnIfStmt()
981 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, in BuildIfStmt()
H A DTreeTransform.h1415 StmtResult RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, in RebuildIfStmt()