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 92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
PreprocessingRecord.cpp 392 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/include/clang/Lex/
PPCallbacks.h 15 #ifndef LLVM_CLANG_LEX_PPCALLBACKS_H
287 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
301 /// \brief Hook called whenever an \#ifndef is seen.
305 virtual void Ifndef(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.
489 /// \brief Hook called whenever an \#ifndef is seen.
490 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
492 First->Ifndef(Loc, MacroNameTok, MD);
493 Second->Ifndef(Loc, MacroNameTok, MD)
    [all...]

Completed in 838 milliseconds