HomeSort by relevance Sort by last modified time
    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 283 /// \brief Hook called whenever an \#elif is seen.
289 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
472 /// \brief Hook called whenever an \#elif is seen.
473 void Elif(SourceLocation Loc, SourceRange ConditionRange,
475 First->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
476 Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc,
PPDirectives.cpp 291 /// this \#if directive, so \#else/\#elif blocks should never be entered.
459 } else if (Sub == "lif") { // "elif".
462 // If this is a #elif with a #else before it, report the error.
472 // looked up, etc, inside the #elif expression.
480 Callbacks->Elif(Tok.getLocation(),
515 // Skip to the next '#else', '#elif', or #endif.
526 // We have reached a '#else' or '#elif'. Lex the next token to get
562 // If this is a #elif with a #else before it, report the error.
571 // Evaluate the condition of the #elif.
    [all...]

Completed in 96 milliseconds