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
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.
486 /// \brief Hook called whenever an \#ifndef is seen.
487 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
489 First->Ifndef(Loc, MacroNameTok, MD);
490 Second->Ifndef(Loc, MacroNameTok, MD)
    [all...]
PreprocessingRecord.h 14 #ifndef LLVM_CLANG_LEX_PREPROCESSINGRECORD_H
502 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
PreprocessingRecord.cpp 390 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
PPDirectives.cpp 402 Sub == "ndef") { // "ifndef"
403 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
    [all...]

Completed in 124 milliseconds