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 199 /// Elif -- This hook is called whenever an #elif is seen.
204 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
351 /// Elif -- This hook is called whenever an #if is seen.
352 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
354 First->Elif(Loc, ConditionRange, IfLoc);
355 Second->Elif(Loc, ConditionRange, IfLoc);
PreprocessingRecord.h 605 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 495 void PreprocessingRecord::Elif(SourceLocation Loc, SourceRange ConditionRange,
PPDirectives.cpp 198 /// this #if directive, so #else/#elif blocks should never be entered. If ElseOk
356 } else if (Sub == "lif") { // "elif".
368 // looked up, etc, inside the #elif expression.
377 // If this is a #elif with a #else before it, report the error.
384 Callbacks->Elif(Tok.getLocation(),
414 // Skip to the next '#else', '#elif', or #endif.
425 // We have reached a '#else' or '#elif'. Lex the next token to get
461 // If this is a #elif with a #else before it, report the error.
470 // Evaluate the condition of the #elif.
    [all...]

Completed in 119 milliseconds