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

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc,
  /external/clang/include/clang/Lex/
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);

Completed in 236 milliseconds