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 264 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
270 /// \brief Hook called whenever an \#ifdef is seen.
274 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
288 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
294 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
445 /// \brief Hook called whenever an \#ifdef is seen.
446 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
448 First->Ifdef(Loc, MacroNameTok, MD);
449 Second->Ifdef(Loc, MacroNameTok, MD);

Completed in 211 milliseconds