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

12

/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp19 using clang::ast_matchers::MatchFinder;
20 using clang::ast_matchers::argumentCountIs;
21 using clang::ast_matchers::bindTemporaryExpr;
22 using clang::ast_matchers::constructorDecl;
23 using clang::ast_matchers::constructExpr;
24 using clang::ast_matchers::defaultArgExpr;
25 using clang::ast_matchers::expr;
26 using clang::ast_matchers::forEach;
27 using clang::ast_matchers::has;
28 using clang::ast_matchers
[all...]
/external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
H A DRewriteScopedPtrCtorNull.cpp19 using clang::ast_matchers::MatchFinder;
20 using clang::ast_matchers::argumentCountIs;
21 using clang::ast_matchers::bindTemporaryExpr;
22 using clang::ast_matchers::constructorDecl;
23 using clang::ast_matchers::constructExpr;
24 using clang::ast_matchers::defaultArgExpr;
25 using clang::ast_matchers::expr;
26 using clang::ast_matchers::forEach;
27 using clang::ast_matchers::has;
28 using clang::ast_matchers
[all...]
/external/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
55 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
67 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
80 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
/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 DStmtPrinterTest.cpp29 using namespace ast_matchers;
H A DMatchVerifier.h26 namespace ast_matchers { namespace in namespace:clang
210 } // end namespace ast_matchers
/external/chromium_org/tools/clang/rewrite_scoped_array/
H A DRewriteScopedArray.cpp20 using clang::ast_matchers::MatchFinder;
21 using clang::ast_matchers::hasDeclaration;
22 using clang::ast_matchers::hasName;
23 using clang::ast_matchers::id;
24 using clang::ast_matchers::loc;
25 using clang::ast_matchers::qualType;
26 using clang::ast_matchers::recordDecl;
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h28 namespace ast_matchers { namespace in namespace:clang
31 using ast_matchers::internal::DynTypedMatcher;
70 Matches += ast_matchers::internal::Matcher<T>::canConstructFrom(*List[I]);
81 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
84 if (ast_matchers::internal::Matcher<T>::canConstructFrom(*List[I]))
85 return ast_matchers::internal::Matcher<T>::constructFrom(*List[I]);
148 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
178 } // end namespace ast_matchers
H A DRegistry.h27 namespace ast_matchers { namespace in namespace:clang
72 } // namespace ast_matchers
H A DParser.h43 namespace ast_matchers { namespace in namespace:clang
147 } // namespace ast_matchers
H A DDiagnostics.h29 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/lib/ASTMatchers/
H A DASTMatchersInternal.cpp18 namespace ast_matchers { namespace in namespace:clang
40 } // end namespace ast_matchers
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp26 namespace ast_matchers { namespace in namespace:clang
95 ::clang::ast_matchers::name, #name));
98 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
99 ::clang::ast_matchers::name)
124 static ast_matchers::internal::ArgumentAdaptingMatcher<
127 const ast_matchers::internal::Matcher<FromArg> &InnerMatcher) {
128 return ast_matchers::internal::ArgumentAdaptingMatcher<
134 ast_matchers::internal::EmptyTypeList) {}
155 ast_matchers::internal::ArgumentAdaptingMatcher<ArgumentAdapterT, DummyArg,
157 *func)(const ast_matchers
[all...]
H A DMarshallers.h32 namespace ast_matchers { namespace in namespace:clang
56 template <class T> struct ArgTypeTraits<ast_matchers::internal::Matcher<T> > {
65 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) {
172 ast_matchers::internal::EmptyTypeList) {}
177 Out->add(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
188 outvalueToMatcherList(const ast_matchers::internal::Matcher<T> &Matcher) {
318 } // namespace ast_matchers
H A DParser.cpp24 namespace ast_matchers { namespace in namespace:clang
418 } // namespace ast_matchers
H A DVariantValue.cpp20 namespace ast_matchers { namespace in namespace:clang
179 } // end namespace ast_matchers
H A DDiagnostics.cpp13 namespace ast_matchers { namespace in namespace:clang
219 } // 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;
131 } // end namespace ast_matchers
H A DParserTest.cpp20 namespace ast_matchers { namespace in namespace:clang
30 typedef ast_matchers::internal::ASTMatchFinder ASTMatchFinder;
31 typedef ast_matchers::internal::BoundNodesTreeBuilder BoundNodesTreeBuilder;
179 using ast_matchers::internal::Matcher;
270 } // end namespace ast_matchers
H A DRegistryTest.cpp17 namespace ast_matchers { namespace in namespace:clang
21 using ast_matchers::internal::Matcher;
283 } // 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
241 } // end namespace ast_matchers
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h18 namespace ast_matchers { namespace in namespace:clang
131 } // end namespace ast_matchers

Completed in 1438 milliseconds

12