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 85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc,
PreprocessingRecord.cpp 384 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/include/clang/Lex/
PPCallbacks.h 287 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
293 /// \brief Hook called whenever an \#ifdef is seen.
297 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
311 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
317 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
482 /// \brief Hook called whenever an \#ifdef is seen.
483 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
485 First->Ifdef(Loc, MacroNameTok, MD);
486 Second->Ifdef(Loc, MacroNameTok, MD);

Completed in 60 milliseconds