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 284 /// \brief Hook called whenever an \#elif is seen.
290 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
473 /// \brief Hook called whenever an \#elif is seen.
474 void Elif(SourceLocation Loc, SourceRange ConditionRange,
476 First->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
477 Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);

Completed in 512 milliseconds