HomeSort by: relevance | last modified time | path
    Searched defs:Ifndef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
PreprocessingRecord.cpp 414 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 14 #ifndef LLVM_CLANG_LEX_PPCALLBACKS_H
340 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
354 /// Hook called whenever an \#ifndef is seen.
358 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
364 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
370 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
589 /// Hook called whenever an \#ifndef is seen.
590 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
592 First->Ifndef(Loc, MacroNameTok, MD);
593 Second->Ifndef(Loc, MacroNameTok, MD)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h 13 #ifndef LLVM_LIB_TABLEGEN_TGLEXER_H
75 Ifdef, Ifndef, Else, Endif, Define

Completed in 59 milliseconds