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,
475 /// \brief Hook called whenever an \#elif is seen.
476 void Elif(SourceLocation Loc, SourceRange ConditionRange,
478 First->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
479 Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc,
PPDirectives.cpp 243 /// this \#if directive, so \#else/\#elif blocks should never be entered.
411 } else if (Sub == "lif") { // "elif".
414 // If this is a #elif with a #else before it, report the error.
424 // looked up, etc, inside the #elif expression.
432 Callbacks->Elif(Tok.getLocation(),
467 // Skip to the next '#else', '#elif', or #endif.
478 // We have reached a '#else' or '#elif'. Lex the next token to get
514 // If this is a #elif with a #else before it, report the error.
523 // Evaluate the condition of the #elif.
    [all...]

Completed in 438 milliseconds