Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp102 SourceLocation IfLoc) { in Elif()
108 SourceLocation IfLoc) { in Else()
114 SourceLocation IfLoc) { in Endif()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h290 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif()
312 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else()
318 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
474 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
494 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else()
500 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
H A DToken.h292 SourceLocation IfLoc; member
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1066 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp504 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp481 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt()
H A DTreeTransform.h1143 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, in RebuildIfStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h876 SourceLocation IfLoc; variable