HomeSort by relevance Sort by last modified time
    Searched refs:Elif (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 260 /// \brief Hook called whenever an \#elif is seen.
266 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
438 /// \brief Hook called whenever an \#elif is seen.
439 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
441 First->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
442 Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
PPConditionalDirectiveRecord.h 91 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc,
PPDirectives.cpp 236 /// this \#if directive, so \#else/\#elif blocks should never be entered.
404 } else if (Sub == "lif") { // "elif".
416 // looked up, etc, inside the #elif expression.
425 // If this is a #elif with a #else before it, report the error.
432 Callbacks->Elif(Tok.getLocation(),
462 // Skip to the next '#else', '#elif', or #endif.
473 // We have reached a '#else' or '#elif'. Lex the next token to get
509 // If this is a #elif with a #else before it, report the error.
518 // Evaluate the condition of the #elif.
    [all...]

Completed in 199 milliseconds