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

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 84 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc,
PreprocessingRecord.cpp 384 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/include/clang/Lex/
PPCallbacks.h 225 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
231 /// \brief Hook called whenever an \#ifdef is seen.
235 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
249 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
255 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
396 /// \brief Hook called whenever an \#ifdef is seen.
397 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
399 First->Ifdef(Loc, MacroNameTok, MD);
400 Second->Ifdef(Loc, MacroNameTok, MD);

Completed in 62 milliseconds