Searched defs:ConditionRange (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp75 If(SourceLocation Loc, SourceRange ConditionRange, ConditionValueKind ConditionValue) argument
96 Elif(SourceLocation Loc, SourceRange ConditionRange, ConditionValueKind ConditionValue, SourceLocation IfLoc) argument
H A DPPExpressions.cpp847 SourceRange ConditionRange = ExprStartLoc; local
H A DPPDirectives.cpp3052 SourceRange ConditionRange = DiscardUntilEndOfDirective(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp210 void InclusionRewriter::If(SourceLocation Loc, SourceRange ConditionRange, argument
218 void InclusionRewriter::Elif(SourceLocation Loc, SourceRange ConditionRange, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h332 virtual void If(SourceLocation Loc, SourceRange ConditionRange, argument
342 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange, argument
[all...]

Completed in 86 milliseconds