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 288 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
294 /// \brief Hook called whenever an \#ifdef is seen.
298 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
312 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
318 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
480 /// \brief Hook called whenever an \#ifdef is seen.
481 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
483 First->Ifdef(Loc, MacroNameTok, MD);
484 Second->Ifdef(Loc, MacroNameTok, MD);
PreprocessingRecord.h 499 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc,
PreprocessingRecord.cpp 383 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok,
PPDirectives.cpp 391 Sub == "def" || // "ifdef"
393 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
    [all...]

Completed in 463 milliseconds