OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elif
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h
91
void
Elif
(SourceLocation Loc, SourceRange ConditionRange,
PPCallbacks.h
284
/// \brief Hook called whenever an \#
elif
is seen.
290
virtual void
Elif
(SourceLocation Loc, SourceRange ConditionRange,
473
/// \brief Hook called whenever an \#
elif
is seen.
474
void
Elif
(SourceLocation Loc, SourceRange ConditionRange,
476
First->
Elif
(Loc, ConditionRange, ConditionValue, IfLoc);
477
Second->
Elif
(Loc, ConditionRange, ConditionValue, IfLoc);
/external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp
99
void PPConditionalDirectiveRecord::
Elif
(SourceLocation Loc,
PPDirectives.cpp
281
/// this \#if directive, so \#else/\#
elif
blocks should never be entered.
449
} else if (Sub == "lif") { // "
elif
".
452
// If this is a #
elif
with a #else before it, report the error.
462
// looked up, etc, inside the #
elif
expression.
470
Callbacks->
Elif
(Tok.getLocation(),
505
// Skip to the next '#else', '#
elif
', or #endif.
516
// We have reached a '#else' or '#
elif
'. Lex the next token to get
552
// If this is a #
elif
with a #else before it, report the error.
561
// Evaluate the condition of the #
elif
.
[
all
...]
Completed in 161 milliseconds