Searched refs:ast_matchers (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h21 // 'ast_matchers' namespace and hide the boilerplate.
29 // clang::ast_matchers::internal::Matcher<clang::ValueDecl>,
38 // namespace ast_matchers {
45 // } // namespace ast_matchers
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
[all...]
H A DASTMatchFinder.h51 namespace ast_matchers { namespace in namespace:clang
291 } // end namespace ast_matchers
/external/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h41 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/unittests/AST/
H A DDeclTest.cpp18 using namespace clang::ast_matchers;
H A DASTContextParentMapTest.cpp22 namespace ast_matchers { namespace in namespace:clang
85 } // end namespace ast_matchers
H A DNamedDeclPrinterTest.cpp26 using namespace ast_matchers;
H A DStmtPrinterTest.cpp29 using namespace ast_matchers;
H A DASTTypeTraitsTest.cpp15 using namespace clang::ast_matchers;
H A DMatchVerifier.h29 namespace ast_matchers { namespace in namespace:clang
294 } // end namespace ast_matchers
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp41 const ast_matchers::MatchFinder::MatchResult &Result) {
54 const ast_matchers::MatchFinder::MatchResult &Result) {
67 const ast_matchers::MatchFinder::MatchResult &Result) {
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp15 namespace ast_matchers { namespace in namespace:clang
19 using ast_matchers::internal::DynTypedMatcher;
20 using ast_matchers::internal::Matcher;
168 } // end namespace ast_matchers
H A DParserTest.cpp20 namespace ast_matchers { namespace in namespace:clang
32 ast_matchers::internal::Matcher<Stmt> M = stmt(stmt(), stmt());
74 typedef std::map<std::string, ast_matchers::internal::Matcher<Stmt> >
161 using ast_matchers::internal::Matcher;
329 } // end namespace ast_matchers
H A DRegistryTest.cpp16 namespace ast_matchers { namespace in namespace:clang
20 using ast_matchers::internal::Matcher;
511 } // end namespace ast_matchers
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h28 namespace ast_matchers { namespace in namespace:clang
130 } // namespace ast_matchers
H A DVariantValue.h29 namespace ast_matchers { namespace in namespace:clang
77 using ast_matchers::internal::DynTypedMatcher;
199 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
227 typedef ast_matchers::internal::Matcher<T> MatcherT;
323 } // end namespace ast_matchers
H A DDiagnostics.h28 namespace ast_matchers { namespace in namespace:clang
182 } // namespace ast_matchers
H A DParser.h46 namespace ast_matchers { namespace in namespace:clang
254 } // namespace ast_matchers
/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h31 namespace ast_matchers { namespace in namespace:clang
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
367 DynCastAllOfMatcherDescriptor( ast_matchers::internal::VariadicDynCastAllOfMatcher<BaseT, DerivedT> Func, StringRef MatcherName) argument
[all...]
H A DRegistry.cpp28 namespace ast_matchers { namespace in namespace:clang
55 ::clang::ast_matchers::name, #name));
58 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
59 ::clang::ast_matchers::name)
557 } // namespace ast_matchers
H A DDiagnostics.cpp13 namespace ast_matchers { namespace in namespace:clang
221 } // namespace ast_matchers
H A DVariantValue.cpp20 namespace ast_matchers { namespace in namespace:clang
391 } // end namespace ast_matchers
H A DParser.cpp25 namespace ast_matchers { namespace in namespace:clang
612 } // namespace ast_matchers
/external/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp19 using namespace ast_matchers;
99 } // end namespace ast_matchers
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h19 namespace ast_matchers { namespace in namespace:clang
275 } // end namespace ast_matchers
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp20 namespace ast_matchers { namespace in namespace:clang
343 } // end namespace ast_matchers

Completed in 440 milliseconds

12