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

  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 93 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
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.
479 /// \brief Hook called whenever an \#ifdef is seen.
480 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
482 First->Ifdef(Loc, MacroNameTok, MD);
483 Second->Ifdef(Loc, MacroNameTok, MD);
PreprocessingRecord.h 500 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc,
PreprocessingRecord.cpp 382 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok,
PPDirectives.cpp 401 Sub == "def" || // "ifdef"
403 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
    [all...]

Completed in 47 milliseconds