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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h21 // 'ast_matchers' namespace and hide the boilerplate.
29 // clang::ast_matchers::internal::Matcher<clang::ValueDecl>,
38 // namespace ast_matchers {
45 // } // namespace ast_matchers
59 return ::clang::ast_matchers::internal::MemoizedMatcher< \
98 : public ::clang::ast_matchers::internal::MatcherInterface<Type> { \
102 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
103 ::clang::ast_matchers::internal::BoundNodesTreeBuilder \
107 inline ::clang::ast_matchers::internal::Matcher<Type> DefineMatcher() { \
108 return ::clang::ast_matchers
[all...]
H A DASTMatchFinder.h51 namespace ast_matchers { namespace in namespace:clang
291 } // end namespace ast_matchers
H A DASTMatchersInternal.h57 namespace ast_matchers { namespace in namespace:clang
1588 } // end namespace ast_matchers
H A DASTMatchers.h59 namespace ast_matchers { namespace in namespace:clang
4668 } // end namespace ast_matchers
/freebsd-11.0-release/contrib/llvm/tools/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;
/freebsd-11.0-release/contrib/llvm/tools/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) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h28 namespace ast_matchers { namespace in namespace:clang
130 } // 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
H A DDiagnostics.h28 namespace ast_matchers { namespace in namespace:clang
182 } // namespace ast_matchers
H A DParser.h46 namespace ast_matchers { namespace in namespace:clang
254 } // namespace ast_matchers
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
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 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)
558 } // namespace ast_matchers
H A DDiagnostics.cpp13 namespace ast_matchers { namespace in namespace:clang
221 } // namespace ast_matchers
H A DVariantValue.cpp20 namespace ast_matchers { namespace in namespace:clang
391 } // end namespace ast_matchers
H A DParser.cpp25 namespace ast_matchers { namespace in namespace:clang
612 } // namespace ast_matchers
/freebsd-11.0-release/contrib/llvm/tools/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

Completed in 202 milliseconds