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

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 91 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
PreprocessingRecord.cpp 391 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/include/clang/Lex/
PPCallbacks.h 15 #ifndef LLVM_CLANG_LEX_PPCALLBACKS_H
225 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
239 /// \brief Hook called whenever an \#ifndef is seen.
243 virtual void Ifndef(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.
403 /// \brief Hook called whenever an \#ifndef is seen.
404 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
406 First->Ifndef(Loc, MacroNameTok, MD);
407 Second->Ifndef(Loc, MacroNameTok, MD)
    [all...]

Completed in 57 milliseconds