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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp99 Elif(SourceLocation Loc, SourceRange ConditionRange, bool ConditionValue, SourceLocation IfLoc) argument
107 Else(SourceLocation Loc, SourceLocation IfLoc) argument
113 Endif(SourceLocation Loc, SourceLocation IfLoc) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h273 SourceLocation IfLoc; member in struct:clang::PPConditionalInfo
H A DPPCallbacks.h309 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { argument
315 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { argument
503 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { argument
286 Elif(SourceLocation Loc, SourceRange ConditionRange, bool ConditionValue, SourceLocation IfLoc) argument
482 Elif(SourceLocation Loc, SourceRange ConditionRange, bool ConditionValue, SourceLocation IfLoc) argument
509 Endif(SourceLocation Loc, SourceLocation IfLoc) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1030 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h850 SourceLocation IfLoc; member in class:clang::IfStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp429 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, argument
H A DTreeTransform.h1109 StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, argument

Completed in 118 milliseconds