Home
last modified time | relevance | path

Searched refs:Ifndef (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp47 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/
DPPCallbacks.h306 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()
DPPConditionalDirectiveRecord.h95 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
DPreprocessingRecord.h501 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h358 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()
DPPConditionalDirectiveRecord.h94 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
DPreprocessingRecord.h539 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllMacros.h41 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
DFindAllMacros.cpp58 void FindAllMacros::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in clang::find_all_symbols::FindAllMacros
/external/llvm-project/clang-tools-extra/clangd/
DCollectMacros.h71 void Ifndef(SourceLocation Loc, const Token &MacroName, in Ifndef() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp39 { tgtok::Ifndef, "ifndef" },
678 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor()
687 if (Kind == tgtok::Ifndef) { in lexPreprocessor()
DTGLexer.h69 Ifdef, Ifndef, Else, Endif, Define enumerator
/external/llvm-project/llvm/lib/TableGen/
DTGLexer.cpp40 { tgtok::Ifndef, "ifndef" },
704 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor()
713 if (Kind == tgtok::Ifndef) { in lexPreprocessor()
DTGLexer.h75 Ifdef, Ifndef, Else, Endif, Define enumerator
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantPreprocessorCheck.cpp54 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in clang::tidy::readability::__anonb46008580111::RedundantPreprocessorCallbacks
/external/llvm-project/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp414 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
DPreprocessingRecord.cpp391 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.h116 void Ifndef(SourceLocation Loc, const Token &,
DExpandModularHeadersPPCallbacks.cpp294 void ExpandModularHeadersPPCallbacks::Ifndef(SourceLocation Loc, const Token &, in Ifndef() function in clang::tooling::ExpandModularHeadersPPCallbacks
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.h145 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp85 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in clang::tidy::google::__anonde3eb0c00111::UpgradeGoogletestCasePPCallback
/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp632 TEST_F(IfTest, Ifndef) in TEST_F() argument
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst77 * 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

12