Searched defs:ast_matchers (Results 1 - 22 of 22) sorted by relevance

/external/clang/unittests/AST/
H A DASTContextParentMapTest.cpp22 namespace ast_matchers { namespace in namespace:clang
85 } // end namespace ast_matchers
H A DSourceLocationTest.cpp27 namespace ast_matchers { namespace in namespace:clang
545 } // end namespace ast_matchers
H A DMatchVerifier.h29 namespace ast_matchers { namespace in namespace:clang
294 } // end namespace ast_matchers
/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 DParser.h46 namespace ast_matchers { namespace in namespace:clang
254 } // namespace ast_matchers
H A DDiagnostics.h28 namespace ast_matchers { namespace in namespace:clang
182 } // 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
/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h51 namespace ast_matchers { namespace in namespace:clang
291 } // end namespace ast_matchers
H A DASTMatchers.h59 namespace ast_matchers { namespace in namespace:clang
4656 } // end namespace ast_matchers
H A DASTMatchersInternal.h57 namespace ast_matchers { namespace in namespace:clang
1578 } // end namespace ast_matchers
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h19 namespace ast_matchers { namespace in namespace:clang
275 } // end namespace ast_matchers
H A DASTMatchersTest.cpp20 namespace ast_matchers { namespace in namespace:clang
5069 } // end namespace ast_matchers
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp20 namespace ast_matchers { namespace in namespace:clang
343 } // end namespace ast_matchers
H A DASTMatchFinder.cpp31 namespace ast_matchers { namespace in namespace:clang
994 } // end namespace ast_matchers
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp13 namespace ast_matchers { namespace in namespace:clang
221 } // namespace ast_matchers
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 DVariantValue.cpp20 namespace ast_matchers { namespace in namespace:clang
391 } // end namespace ast_matchers
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 DParser.cpp25 namespace ast_matchers { namespace in namespace:clang
612 } // namespace ast_matchers

Completed in 1002 milliseconds