Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPPConditionalDirectiveRecord.cpp99 SourceLocation IfLoc) { in Elif()
127 SourceLocation IfLoc) { in Else()
133 SourceLocation IfLoc) { in Endif()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPPCallbacks.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()
HDToken.h327 SourceLocation IfLoc; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp212 SourceLocation IfLoc) { in Elif()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1503 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp908 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, in ActOnIfStmt()
981 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, in BuildIfStmt()
HDTreeTransform.h1415 StmtResult RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, in RebuildIfStmt()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h205 SourceLocation IfLoc; in alignas() local
2310 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()