/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | HeaderGuard.cpp | 47 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in clang::tidy::utils::__anondb8d8a510111::HeaderGuardPPCallbacks 92 SourceLocation Ifndef = in EndOfMainFile() local 104 Ifndef, Define, EndIf, FileName, CurHeaderGuard, FixIts); in EndOfMainFile() 114 Check->diag(Ifndef, "header guard does not follow preferred style") in EndOfMainFile() 160 std::string checkHeaderGuardDefinition(SourceLocation Ifndef, in checkHeaderGuardDefinition() argument 171 if (Ifndef.isValid() && CurHeaderGuard != CPPVar && in checkHeaderGuardDefinition() 176 Ifndef, Ifndef.getLocWithOffset(CurHeaderGuard.size())), in checkHeaderGuardDefinition()
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 306 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function 488 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function 490 First->Ifndef(Loc, MacroNameTok, MD); in Ifndef() 491 Second->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
|
D | PPConditionalDirectiveRecord.h | 95 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
D | PreprocessingRecord.h | 501 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 358 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function 590 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function 592 First->Ifndef(Loc, MacroNameTok, MD); in Ifndef() 593 Second->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
|
D | PPConditionalDirectiveRecord.h | 94 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
D | PreprocessingRecord.h | 539 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | FindAllMacros.h | 41 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
D | FindAllMacros.cpp | 58 void FindAllMacros::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in clang::find_all_symbols::FindAllMacros
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CollectMacros.h | 71 void Ifndef(SourceLocation Loc, const Token &MacroName, in Ifndef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.cpp | 39 { tgtok::Ifndef, "ifndef" }, 678 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor() 687 if (Kind == tgtok::Ifndef) { in lexPreprocessor()
|
D | TGLexer.h | 69 Ifdef, Ifndef, Else, Endif, Define enumerator
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGLexer.cpp | 40 { tgtok::Ifndef, "ifndef" }, 704 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor() 713 if (Kind == tgtok::Ifndef) { in lexPreprocessor()
|
D | TGLexer.h | 75 Ifdef, Ifndef, Else, Endif, Define enumerator
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | RedundantPreprocessorCheck.cpp | 54 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in clang::tidy::readability::__anonb46008580111::RedundantPreprocessorCallbacks
|
/external/llvm-project/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
|
D | PreprocessingRecord.cpp | 414 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
|
D | PreprocessingRecord.cpp | 391 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 116 void Ifndef(SourceLocation Loc, const Token &,
|
D | ExpandModularHeadersPPCallbacks.cpp | 294 void ExpandModularHeadersPPCallbacks::Ifndef(SourceLocation Loc, const Token &, in Ifndef() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.h | 145 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | UpgradeGoogletestCaseCheck.cpp | 85 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in clang::tidy::google::__anonde3eb0c00111::UpgradeGoogletestCasePPCallback
|
/external/angle/src/tests/preprocessor_tests/ |
D | if_test.cpp | 632 TEST_F(IfTest, Ifndef) in TEST_F() argument
|
/external/llvm-project/clang-tools-extra/docs/ |
D | pp-trace.rst | 77 * Ifndef 743 `Ifndef <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a767af69f1cdcc4cd880fa2ebf77… 746 Ifndef is called when an #ifndef is seen. 760 - Callback: Ifndef
|