Home
last modified time | relevance | path

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

12345678910>>...14

/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h321 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
552 ASTMatchFinder *Finder, in matches()
582 bool matches(const QualType &Node, ASTMatchFinder *Finder, in matches()
763 IteratorT End, ASTMatchFinder *Finder, in matchesFirstInRange()
779 IteratorT End, ASTMatchFinder *Finder, in matchesFirstInPointerRange()
915 bool matches(const T &Node, ASTMatchFinder *Finder, in matches()
922 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, in matchesSpecialized()
932 bool matchesSpecialized(const Type &Node, ASTMatchFinder *Finder, in matchesSpecialized()
1006 bool matchesSpecialized(const DeclRefExpr &Node, ASTMatchFinder *Finder, in matchesSpecialized()
1013 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, in matchesSpecialized()
[all …]
DASTMatchFinder.h291 MatchFinder Finder; in match() local
307 MatchFinder Finder; in match() local
317 MatchFinder Finder; in matchDynamic() local
333 MatchFinder Finder; in matchDynamic() local
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h281 ASTMatchFinder *Finder, in dynMatches()
507 ASTMatchFinder *Finder, in matches()
536 bool matches(const QualType &Node, ASTMatchFinder *Finder, in matches()
590 IteratorT End, ASTMatchFinder *Finder, in matchesFirstInRange()
606 IteratorT End, ASTMatchFinder *Finder, in matchesFirstInPointerRange()
725 bool matches(const T &Node, ASTMatchFinder *Finder, in matches()
742 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, in matchesSpecialized()
769 ASTMatchFinder *Finder, in matchesSpecialized()
777 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, in matchesSpecialized()
785 ASTMatchFinder *Finder, in matchesSpecialized()
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DDanglingHandleCheck.cpp106 void DanglingHandleCheck::registerMatchersForVariables(MatchFinder *Finder) { in registerMatchersForVariables()
144 void DanglingHandleCheck::registerMatchersForReturn(MatchFinder *Finder) { in registerMatchersForReturn()
180 void DanglingHandleCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantSmartptrGetCheck.cpp37 void registerMatchersForGetArrowStart(MatchFinder *Finder, in registerMatchersForGetArrowStart()
75 void registerMatchersForGetEquals(MatchFinder *Finder, in registerMatchersForGetEquals()
101 void RedundantSmartptrGetCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp65 ASTMatchFinder *Finder, in dynMatches()
81 ASTMatchFinder *Finder, in dynMatches()
183 ASTMatchFinder *Finder, in matches()
197 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, in matchesNoKindCheck()
233 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, in NotUnaryOperator()
253 ASTMatchFinder *Finder, in AllOfVariadicOperator()
267 ASTMatchFinder *Finder, in EachOfVariadicOperator()
284 ASTMatchFinder *Finder, in AnyOfVariadicOperator()
/external/llvm-project/clang/unittests/AST/
DDeclMatcher.h33 MatchFinder Finder; in match() local
65 MatchFinder Finder; in match() local
/external/rust/crates/which/src/
Dfinder.rs44 pub struct Finder; struct
46 impl Finder { implementation
/external/llvm-project/llvm/include/llvm/Analysis/
DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder; variable
/external/llvm-project/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp30 DebugInfoFinder Finder; member in __anon92092f170111::ModuleDebugInfoLegacyPrinter
75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/external/clang/unittests/AST/
DDeclTest.cpp22 MatchFinder Finder; in TEST() local
/external/guice/extensions/persist/src/com/google/inject/persist/finder/
DFinder.java33 public @interface Finder { annotation
/external/llvm-project/clang-tools-extra/clang-tidy/android/
DCloexecInotifyInit1Check.cpp20 void CloexecInotifyInit1Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DCloexecSocketCheck.cpp19 void CloexecSocketCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DCloexecEpollCreateCheck.cpp19 void CloexecEpollCreateCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DCloexecInotifyInitCheck.cpp19 void CloexecInotifyInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DCloexecEpollCreate1Check.cpp20 void CloexecEpollCreate1Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DCloexecPipe2Check.cpp20 void CloexecPipe2Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DCloexecPipeCheck.cpp19 void CloexecPipeCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DCloexecDupCheck.cpp19 void CloexecDupCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/objc/
DAvoidNSErrorInitCheck.cpp19 void AvoidNSErrorInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DVariadicFunctionDefCheck.cpp19 void VariadicFunctionDefCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DDontModifyStdNamespaceCheck.cpp19 void DontModifyStdNamespaceCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
DThrownExceptionTypeCheck.cpp20 void ThrownExceptionTypeCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DDefaultArgumentsCheck.cpp19 void DefaultArgumentsCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()

12345678910>>...14