/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 59 return ::clang::ast_matchers::internal::MemoizedMatcher< \ 98 : public ::clang::ast_matchers::internal::MatcherInterface<Type> { \ 102 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 103 ::clang::ast_matchers::internal::BoundNodesTreeBuilder \ 107 inline ::clang::ast_matchers::internal::Matcher<Type> DefineMatcher() { \ 108 return ::clang::ast_matchers::internal::makeMatcher( \ 113 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ 114 ::clang::ast_matchers::internal::BoundNodesTreeBuilder *Builder) const 136 : public ::clang::ast_matchers::internal::MatcherInterface<Type> { \ 142 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \ [all …]
|
D | ASTMatchFinder.h | 51 namespace ast_matchers {
|
/external/clang/include/clang/Tooling/ |
D | RefactoringCallbacks.h | 41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback { 55 void run(const ast_matchers::MatchFinder::MatchResult &Result) override; 67 void run(const ast_matchers::MatchFinder::MatchResult &Result) override; 80 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.h | 31 namespace ast_matchers { 57 template <class T> struct ArgTypeTraits<ast_matchers::internal::Matcher<T> > { 61 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) { 215 ast_matchers::internal::EmptyTypeList) {} 220 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly)); 254 buildReturnTypeVectorFromTypeList<ast_matchers::internal::EmptyTypeList>( 265 struct BuildReturnTypeVector<ast_matchers::internal::Matcher<T> > { 272 struct BuildReturnTypeVector<ast_matchers::internal::BindableMatcher<T> > { 368 ast_matchers::internal::VariadicDynCastAllOfMatcher<BaseT, DerivedT> Func, 469 typedef ast_matchers::internal::ArgumentAdaptingMatcherFunc< [all …]
|
D | Registry.cpp | 28 namespace ast_matchers { namespace 55 ::clang::ast_matchers::name, #name)); 58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \ 59 ::clang::ast_matchers::name)
|
D | Diagnostics.cpp | 13 namespace ast_matchers { namespace
|
D | VariantValue.cpp | 20 namespace ast_matchers { namespace
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 41 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 54 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 67 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | VariantValue.h | 29 namespace ast_matchers { 77 using ast_matchers::internal::DynTypedMatcher; 199 ast_matchers::internal::Matcher<T> getTypedMatcher() const { in getTypedMatcher() 227 typedef ast_matchers::internal::Matcher<T> MatcherT;
|
D | Registry.h | 28 namespace ast_matchers {
|
D | Diagnostics.h | 28 namespace ast_matchers {
|
D | Parser.h | 46 namespace ast_matchers {
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 15 namespace ast_matchers { namespace 19 using ast_matchers::internal::DynTypedMatcher; 20 using ast_matchers::internal::Matcher;
|
D | ParserTest.cpp | 20 namespace ast_matchers { namespace 32 ast_matchers::internal::Matcher<Stmt> M = stmt(stmt(), stmt()); in expectMatcher() 74 typedef std::map<std::string, ast_matchers::internal::Matcher<Stmt> > 161 using ast_matchers::internal::Matcher;
|
D | RegistryTest.cpp | 16 namespace ast_matchers { namespace 20 using ast_matchers::internal::Matcher;
|
/external/clang/unittests/AST/ |
D | DeclTest.cpp | 18 using namespace clang::ast_matchers;
|
D | ASTContextParentMapTest.cpp | 22 namespace ast_matchers { namespace
|
D | NamedDeclPrinterTest.cpp | 26 using namespace ast_matchers;
|
D | StmtPrinterTest.cpp | 29 using namespace ast_matchers;
|
D | ASTTypeTraitsTest.cpp | 15 using namespace clang::ast_matchers;
|
D | MatchVerifier.h | 29 namespace ast_matchers {
|
D | SourceLocationTest.cpp | 27 namespace ast_matchers { namespace
|
/external/clang/unittests/Tooling/ |
D | RefactoringCallbacksTest.cpp | 19 using namespace ast_matchers;
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 19 namespace ast_matchers {
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 20 namespace ast_matchers { namespace
|