Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h429 SourceLocation IfLoc) { in Endif() argument
369 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument
393 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument
417 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument
423 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument
649 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument
669 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument
689 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument
695 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument
701 Endif(SourceLocation Loc,SourceLocation IfLoc) Endif() argument
[all...]
H A DToken.h324 SourceLocation IfLoc; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp210 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1491 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. ParseIfStatement() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp885 ActOnIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) ActOnIfStmt() argument
958 BuildIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) BuildIfStmt() argument
H A DTreeTransform.h1394 RebuildIfStmt(SourceLocation IfLoc,IfStatementKind Kind,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Init,Stmt * Then,SourceLocation ElseLoc,Stmt * Else) RebuildIfStmt() argument