Searched defs:AMatcher (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.h | 150 matchesConditionally(const Twine & Code,const T & AMatcher,bool ExpectMatch,ArrayRef<TestLanguage> TestLanguages) matchesConditionally() argument 187 matchesC(const Twine & Code,const T & AMatcher) matchesC() argument 193 notMatchesObjC(const Twine & Code,const T & AMatcher) notMatchesObjC() argument 201 matchesConditionallyWithCuda(const Twine & Code,const T & AMatcher,bool ExpectMatch,llvm::StringRef CompileArg) matchesConditionallyWithCuda() argument 257 matchesWithCuda(const Twine & Code,const T & AMatcher) matchesWithCuda() argument 263 notMatchesWithCuda(const Twine & Code,const T & AMatcher) notMatchesWithCuda() argument 269 matchesWithOpenMP(const Twine & Code,const T & AMatcher) matchesWithOpenMP() argument 275 notMatchesWithOpenMP(const Twine & Code,const T & AMatcher) notMatchesWithOpenMP() argument 281 matchesWithOpenMP51(const Twine & Code,const T & AMatcher) matchesWithOpenMP51() argument 288 notMatchesWithOpenMP51(const Twine & Code,const T & AMatcher) notMatchesWithOpenMP51() argument 445 matches(const Twine & Code,const T & AMatcher) matches() argument 453 notMatches(const Twine & Code,const T & AMatcher) notMatches() argument [all...] |
H A D | ASTMatchersInternalTest.cpp | 154 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument 175 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P() argument
|
/llvm-project/clang/unittests/AST/ |
H A D | DeclMatcher.h | 32 NodeType *match(const Decl *D, const MatcherType &AMatcher) { in match() 64 unsigned match(const Decl *D, const MatcherType &AMatcher) { in match()
|
H A D | MatchVerifier.h | 37 const MatcherType &AMatcher) { in match() argument 44 const MatcherType &AMatcher, TestLanguage L) { in match() argument 82 const MatcherType &AMatcher, in match() argument 149 match(const Decl * D,const MatcherType & AMatcher) match() argument [all...] |
H A D | ASTImporterFixtures.h | 317 const MatcherType &AMatcher) { in testImport()
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringCallbacksTest.cpp | 22 const T &AMatcher, RefactoringCallback &Callback) { in expectRewritten()
|