Home
last modified time | relevance | path

Searched refs:registerPreprocessor (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeInserter.h66 void registerPreprocessor(Preprocessor *PP);
DIncludeInserter.cpp42 void IncludeInserter::registerPreprocessor(Preprocessor *PP) { in registerPreprocessor() function in clang::tidy::utils::IncludeInserter
DTransformerClangTidyCheck.cpp65 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DMoveConstructorInitCheck.cpp93 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
DTypePromotionInMathFnCheck.cpp40 IncludeInserter.registerPreprocessor(PP); in registerPPCallbacks()
DUnnecessaryValueParamCheck.cpp176 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DReplaceRandomShuffleCheck.cpp48 IncludeInserter.registerPreprocessor(PP); in registerPPCallbacks()
DReplaceAutoPtrCheck.cpp100 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
DPassByValueCheck.cpp170 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
DMakeSmartPtrCheck.cpp74 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
DLoopConvertCheck.cpp528 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DInitVariablesCheck.cpp54 IncludeInserter.registerPreprocessor(PP); in registerPPCallbacks()
DProBoundsConstantArrayIndexCheck.cpp35 Inserter.registerPreprocessor(PP); in registerPPCallbacks()
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DStringFindStartswithCheck.cpp115 IncludeInserter.registerPreprocessor(PP); in registerPPCallbacks()
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DIncludeInserterTest.cpp38 Inserter.registerPreprocessor(PP); in registerPPCallbacks()