Searched defs:AMatcher (Results 1 – 11 of 11) sorted by relevance
| /external/llvm-project/clang/unittests/ASTMatchers/ |
| D | ASTMatchersTest.h | 144 matchesConditionally(const Twine &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionally() 181 testing::AssertionResult matchesC(const Twine &Code, const T &AMatcher) { in matchesC() 187 testing::AssertionResult notMatchesObjC(const Twine &Code, const T &AMatcher) { in notMatchesObjC() 195 matchesConditionallyWithCuda(const Twine &Code, const T &AMatcher, in matchesConditionallyWithCuda() 251 testing::AssertionResult matchesWithCuda(const Twine &Code, const T &AMatcher) { in matchesWithCuda() 257 const T &AMatcher) { in notMatchesWithCuda() 263 const T &AMatcher) { in matchesWithOpenMP() 269 const T &AMatcher) { in notMatchesWithOpenMP() 275 const T &AMatcher) { in matchesWithOpenMP51() 282 const T &AMatcher) { in notMatchesWithOpenMP51() [all …]
|
| D | ASTMatchersInternalTest.cpp | 49 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument 70 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P() argument
|
| /external/clang/unittests/ASTMatchers/ |
| D | ASTMatchersTest.h | 108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches() 114 const T &AMatcher) { in notMatches() 120 const T &AMatcher) { in matchesObjC() 127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC() 134 const T &AMatcher) { in matchesC99() 141 const T &AMatcher) { in notMatchesC() 148 const T &AMatcher) { in notMatchesObjC() 159 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda() 215 const T &AMatcher) { in matchesWithCuda() 221 const T &AMatcher) { in notMatchesWithCuda() [all …]
|
| D | ASTMatchersInternalTest.cpp | 56 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument 77 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P() argument
|
| /external/llvm-project/clang/unittests/AST/ |
| D | MatchVerifier.h | 37 const MatcherType &AMatcher) { in match() 44 const MatcherType &AMatcher, TestLanguage L) { in match() 82 const MatcherType &AMatcher, in match() 140 const Decl *D, const MatcherType &AMatcher) { in match()
|
| 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()
|
| D | ASTImporterFixtures.h | 314 const MatcherType &AMatcher) { in testImport()
|
| /external/clang/unittests/AST/ |
| D | MatchVerifier.h | 46 const MatcherType &AMatcher) { in match() 53 const MatcherType &AMatcher, in match() 91 const std::string &Code, const MatcherType &AMatcher, in match() 137 const Decl *D, const MatcherType &AMatcher) { in match()
|
| D | ASTImporterTest.cpp | 52 const MatcherType &AMatcher) { in testImport()
|
| /external/clang/unittests/Tooling/ |
| D | RefactoringCallbacksTest.cpp | 24 const T &AMatcher, in expectRewritten()
|
| /external/llvm-project/clang/unittests/Tooling/ |
| D | RefactoringCallbacksTest.cpp | 22 const T &AMatcher, RefactoringCallback &Callback) { in expectRewritten()
|