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

12

/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp20 using clang::ast_matchers::MatchFinder;
21 using clang::ast_matchers::argumentCountIs;
22 using clang::ast_matchers::bindTemporaryExpr;
23 using clang::ast_matchers::constructorDecl;
24 using clang::ast_matchers::constructExpr;
25 using clang::ast_matchers::defaultArgExpr;
26 using clang::ast_matchers::expr;
27 using clang::ast_matchers::forEach;
28 using clang::ast_matchers::has;
29 using clang::ast_matchers
[all...]
/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
70 } // end namespace ast_matchers
H A DNamedDeclPrinterTest.cpp26 using namespace ast_matchers;
H A DASTTypeTraitsTest.cpp15 using namespace clang::ast_matchers;
H A DStmtPrinterTest.cpp29 using namespace ast_matchers;
H A DSourceLocationTest.cpp27 namespace ast_matchers { namespace in namespace:clang
357 } // end namespace ast_matchers
/external/clang/include/clang/ASTMatchers/Dynamic/
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 DRegistry.h28 namespace ast_matchers { namespace in namespace:clang
121 } // namespace ast_matchers
H A DParser.h46 namespace ast_matchers { namespace in namespace:clang
204 } // namespace ast_matchers
H A DDiagnostics.h28 namespace ast_matchers { namespace in namespace:clang
182 } // 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
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/lib/ASTMatchers/Dynamic/
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 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 DDiagnostics.cpp13 namespace ast_matchers { namespace in namespace:clang
221 } // namespace ast_matchers
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp18 namespace ast_matchers { namespace in namespace:clang
103 } // end namespace ast_matchers
/external/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp19 using namespace ast_matchers;
99 } // 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
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h19 namespace ast_matchers { namespace in namespace:clang
166 } // 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

Completed in 620 milliseconds

12