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

  /external/clang/include/clang/Lex/
PPCallbacks.h 15 #ifndef LLVM_CLANG_LEX_PPCALLBACKS_H
264 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
278 /// \brief Hook called whenever an \#ifndef is seen.
282 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
288 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
294 /// \param IfLoc the source location of the \#if/\#ifdef/\#ifndef directive.
452 /// \brief Hook called whenever an \#ifndef is seen.
453 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
455 First->Ifndef(Loc, MacroNameTok, MD);
456 Second->Ifndef(Loc, MacroNameTok, MD)
    [all...]
PPConditionalDirectiveRecord.h 14 #ifndef LLVM_CLANG_LEX_PPCONDITIONALDIRECTIVERECORD_H
95 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
PreprocessingRecord.h 14 #ifndef LLVM_CLANG_LEX_PREPROCESSINGRECORD_H
576 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc,
PreprocessingRecord.cpp 392 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok,
PPDirectives.cpp 347 Sub == "ndef") { // "ifndef"
348 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
574 #ifndef NDEBUG
    [all...]
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
if_test.cpp 578 TEST_F(IfTest, Ifndef)
581 "#ifndef foo\n"
587 "#ifndef foo\n"

Completed in 329 milliseconds