Home
last modified time | relevance | path

Searched defs:Finder (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DDanglingHandleCheck.cpp109 void DanglingHandleCheck::registerMatchersForVariables(MatchFinder *Finder) { in registerMatchersForVariables() argument
138 void DanglingHandleCheck::registerMatchersForReturn(MatchFinder *Finder) { in registerMatchersForReturn() argument
173 void DanglingHandleCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantSmartptrGetCheck.cpp50 void registerMatchersForGetArrowStart(MatchFinder *Finder, in registerMatchersForGetArrowStart() argument
91 void registerMatchersForGetEquals(MatchFinder *Finder, in registerMatchersForGetEquals() argument
116 void RedundantSmartptrGetCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers() argument
[all...]
H A DOperatorsRepresentationCheck.cpp177 MatchFinder *Finder) { in registerBinaryOperatorMatcher()
210 MatchFinder *Finder) { in registerUnaryOperatorMatcher()
226 MatchFinder *Finder) { in registerOverloadedOperatorMatcher()
271 void OperatorsRepresentationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DRedundantFunctionPtrDereferenceCheck.cpp17 void RedundantFunctionPtrDereferenceCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyDiagnosticConsumerTest.cpp16 void registerMatchers(ast_matchers::MatchFinder *Finder) override { in registerMatchers()
31 void registerMatchers(ast_matchers::MatchFinder *Finder) override { in registerMatchers()
44 void registerMatchers(ast_matchers::MatchFinder *Finder) override { in registerMatchers()
/llvm-project/clang/unittests/AST/
H A DDeclMatcher.h33 MatchFinder Finder; in match() local
65 MatchFinder Finder; in match() local
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h305 MatchFinder Finder; in match() local
321 MatchFinder Finder; in match() local
331 MatchFinder Finder; in matchDynamic() local
347 MatchFinder Finder; in matchDynamic() local
/llvm-project/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder; variable
/llvm-project/clang-tools-extra/clang-tidy/android/
H A DCloexecEpollCreateCheck.cpp17 void CloexecEpollCreateCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DCloexecInotifyInit1Check.cpp18 void CloexecInotifyInit1Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DCloexecEpollCreate1Check.cpp18 void CloexecEpollCreate1Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DCloexecPipe2Check.cpp18 void CloexecPipe2Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DCloexecSocketCheck.cpp17 void CloexecSocketCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DCloexecInotifyInitCheck.cpp17 void CloexecInotifyInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DCloexecDupCheck.cpp17 void CloexecDupCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DCloexecMemfdCreateCheck.cpp15 void CloexecMemfdCreateCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DVariadicFunctionDefCheck.cpp17 void VariadicFunctionDefCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DThrownExceptionTypeCheck.cpp18 void ThrownExceptionTypeCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
H A DFloatLoopCounter.cpp17 registerMatchers(MatchFinder * Finder) registerMatchers() argument
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DDefaultArgumentsCheck.cpp17 void DefaultArgumentsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DAvoidNSErrorInitCheck.cpp17 void AvoidNSErrorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/llvm-project/clang-tools-extra/clang-tidy/darwin/
H A DAvoidSpinlockCheck.cpp17 void AvoidSpinlockCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DNoIntToPtrCheck.cpp17 void NoIntToPtrCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DNoNamespaceCheck.cpp18 void NoNamespaceCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
H A DDefaultArgumentsCallsCheck.cpp15 void DefaultArgumentsCallsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()

12345678910>>...16