Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp99 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 DPPCallbacks.h343 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 DToken.h317 SourceLocation IfLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp216 SourceLocation IfLoc) { in Elif()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1339 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp861 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt()
915 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
H A DTreeTransform.h1323 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h176 SourceLocation IfLoc; variable
2067 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()