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

/external/clang/unittests/AST/
H A DASTContextParentMapTest.cpp22 namespace ast_matchers { namespace in namespace:clang
70 } // end namespace ast_matchers
H A DSourceLocationTest.cpp27 namespace ast_matchers { namespace in namespace:clang
357 } // end namespace ast_matchers
H A DMatchVerifier.h26 namespace ast_matchers { namespace in namespace:clang
278 } // 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
29 ast_matchers::internal::Matcher<Stmt> M = stmt();
70 typedef std::map<std::string, ast_matchers::internal::Matcher<Stmt> >
153 using ast_matchers::internal::Matcher;
289 } // end namespace ast_matchers
H A DRegistryTest.cpp16 namespace ast_matchers { namespace in namespace:clang
20 using ast_matchers::internal::Matcher;
482 } // end namespace ast_matchers
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h46 namespace ast_matchers { namespace in namespace:clang
204 } // namespace ast_matchers
H A DRegistry.h28 namespace ast_matchers { namespace in namespace:clang
121 } // namespace ast_matchers
H A DVariantValue.h29 namespace ast_matchers { namespace in namespace:clang
32 using ast_matchers::internal::DynTypedMatcher;
56 ast_matchers::internal::VariadicOperatorFunction Func,
88 ast_matchers::internal::VariadicOperatorFunction Func,
124 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
147 typedef ast_matchers::internal::Matcher<T> MatcherT;
161 ast_matchers::internal::VariadicOperatorFunction Func,
173 new ast_matchers::internal::VariadicOperatorMatcherInterface<T>(
257 } // end namespace ast_matchers
H A DDiagnostics.h28 namespace ast_matchers { namespace in namespace:clang
182 } // namespace ast_matchers
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp18 namespace ast_matchers { namespace in namespace:clang
103 } // end namespace ast_matchers
H A DASTMatchFinder.cpp27 namespace ast_matchers { namespace in namespace:clang
850 } // end namespace ast_matchers
/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h48 namespace ast_matchers { namespace in namespace:clang
255 } // end namespace ast_matchers
H A DASTMatchers.h57 namespace ast_matchers { namespace in namespace:clang
3634 } // end namespace ast_matchers
H A DASTMatchersInternal.h52 namespace ast_matchers { namespace in namespace:clang
1642 } // end namespace ast_matchers
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h19 namespace ast_matchers { namespace in namespace:clang
166 } // end namespace ast_matchers
H A DASTMatchersTest.cpp20 namespace ast_matchers { namespace in namespace:clang
4411 } // end namespace ast_matchers
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp26 using namespace clang::ast_matchers;
33 namespace ast_matchers { namespace in namespace:clang
42 } // 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.cpp27 namespace ast_matchers { namespace in namespace:clang
54 ::clang::ast_matchers::name, #name));
57 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
58 ::clang::ast_matchers::name)
513 } // namespace ast_matchers
H A DVariantValue.cpp20 namespace ast_matchers { namespace in namespace:clang
100 VariadicOpPayload(ast_matchers::internal::VariadicOperatorFunction Func,
123 const ast_matchers::internal::VariadicOperatorFunction Func;
139 ast_matchers::internal::VariadicOperatorFunction Func,
265 } // end namespace ast_matchers
H A DMarshallers.h31 namespace ast_matchers { namespace in namespace:clang
97 template <class T> struct ArgTypeTraits<ast_matchers::internal::Matcher<T> > {
101 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) {
238 ast_matchers::internal::EmptyTypeList) {}
243 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
277 buildReturnTypeVectorFromTypeList<ast_matchers::internal::EmptyTypeList>(
288 struct BuildReturnTypeVector<ast_matchers::internal::Matcher<T> > {
295 struct BuildReturnTypeVector<ast_matchers::internal::BindableMatcher<T> > {
389 ast_matchers::internal::VariadicDynCastAllOfMatcher<BaseT, DerivedT> Func,
490 typedef ast_matchers
388 DynCastAllOfMatcherDescriptor( ast_matchers::internal::VariadicDynCastAllOfMatcher<BaseT, DerivedT> Func, StringRef MatcherName) argument
[all...]
H A DParser.cpp24 namespace ast_matchers { namespace in namespace:clang
575 } // namespace ast_matchers

Completed in 232 milliseconds