HomeSort by relevance Sort by last modified time
    Searched defs:ast_matchers (Results 1 - 22 of 22) sorted by null

  /external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 27 namespace ast_matchers { namespace in namespace:clang
72 } // namespace ast_matchers
Parser.h 43 namespace ast_matchers { namespace in namespace:clang
147 } // namespace ast_matchers
VariantValue.h 28 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
Diagnostics.h 29 namespace ast_matchers { namespace in namespace:clang
182 } // namespace ast_matchers
  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 22 namespace ast_matchers { namespace in namespace:clang
70 } // end namespace ast_matchers
SourceLocationTest.cpp 27 namespace ast_matchers { namespace in namespace:clang
260 } // end namespace ast_matchers
MatchVerifier.h 26 namespace ast_matchers { namespace in namespace:clang
210 } // end namespace ast_matchers
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 15 namespace ast_matchers { namespace in namespace:clang
19 using ast_matchers::internal::DynTypedMatcher;
20 using ast_matchers::internal::Matcher;
131 } // end namespace ast_matchers
RegistryTest.cpp 17 namespace ast_matchers { namespace in namespace:clang
21 using ast_matchers::internal::Matcher;
283 } // end namespace ast_matchers
ParserTest.cpp 20 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
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 18 namespace ast_matchers { namespace in namespace:clang
40 } // end namespace ast_matchers
ASTMatchFinder.cpp 27 namespace ast_matchers { namespace in namespace:clang
842 } // end namespace ast_matchers
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 18 namespace ast_matchers { namespace in namespace:clang
131 } // end namespace ast_matchers
ASTMatchersTest.cpp 18 namespace ast_matchers { namespace in namespace:clang
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 48 namespace ast_matchers { namespace in namespace:clang
241 } // end namespace ast_matchers
ASTMatchers.h 57 namespace ast_matchers { namespace in namespace:clang
    [all...]
ASTMatchersInternal.h 52 namespace ast_matchers { namespace in namespace:clang
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 20 namespace ast_matchers { namespace in namespace:clang
179 } // end namespace ast_matchers
Diagnostics.cpp 13 namespace ast_matchers { namespace in namespace:clang
219 } // namespace ast_matchers
Marshallers.h 32 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
Registry.cpp 26 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::internal::Matcher<DummyArg> &)
    [all...]
Parser.cpp 24 namespace ast_matchers { namespace in namespace:clang
418 } // namespace ast_matchers

Completed in 139 milliseconds