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

  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 14 #ifndef LLVM_CLANG_LEX_PPCONDITIONALDIRECTIVERECORD_H
95 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
PPCallbacks.h 15 #ifndef LLVM_CLANG_LEX_PPCALLBACKS_H
288 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
302 /// \brief Hook called whenever an \#ifndef is seen.
306 virtual void Ifndef(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.
487 /// \brief Hook called whenever an \#ifndef is seen.
488 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
490 First->Ifndef(Loc, MacroNameTok, MD);
491 Second->Ifndef(Loc, MacroNameTok, MD)
    [all...]
PreprocessingRecord.h 14 #ifndef LLVM_CLANG_LEX_PREPROCESSINGRECORD_H
501 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
PreprocessingRecord.cpp 391 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
PPDirectives.cpp 392 Sub == "ndef") { // "ifndef"
393 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
    [all...]

Completed in 660 milliseconds