Home
last modified time | relevance | path

Searched defs:AMatcher (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTest.h144 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 …]
DASTMatchersInternalTest.cpp49 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/
DASTMatchersTest.h108 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 …]
DASTMatchersInternalTest.cpp56 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/
DMatchVerifier.h37 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()
DDeclMatcher.h32 NodeType *match(const Decl *D, const MatcherType &AMatcher) { in match()
64 unsigned match(const Decl *D, const MatcherType &AMatcher) { in match()
DASTImporterFixtures.h314 const MatcherType &AMatcher) { in testImport()
/external/clang/unittests/AST/
DMatchVerifier.h46 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()
DASTImporterTest.cpp52 const MatcherType &AMatcher) { in testImport()
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp24 const T &AMatcher, in expectRewritten()
/external/llvm-project/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp22 const T &AMatcher, RefactoringCallback &Callback) { in expectRewritten()