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

/freebsd-9.3-release/contrib/llvm/tools/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);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h30 namespace ast_matchers { namespace in namespace:clang
33 using ast_matchers::internal::DynTypedMatcher;
56 ast_matchers::internal::VariadicOperatorFunction Func,
87 ast_matchers::internal::VariadicOperatorFunction Func,
123 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
146 typedef ast_matchers::internal::Matcher<T> MatcherT;
157 ast_matchers::internal::VariadicOperatorFunction Func,
173 new ast_matchers::internal::VariadicOperatorMatcherInterface<T>(
258 } // end namespace ast_matchers
H A DRegistry.h27 namespace ast_matchers { namespace in namespace:clang
72 } // namespace ast_matchers
H A DParser.h44 namespace ast_matchers { namespace in namespace:clang
148 } // namespace ast_matchers
H A DDiagnostics.h29 namespace ast_matchers { namespace in namespace:clang
182 } // namespace ast_matchers
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h33 namespace ast_matchers { namespace in namespace:clang
57 template <class T> struct ArgTypeTraits<ast_matchers::internal::Matcher<T> > {
66 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) {
171 ast_matchers::internal::EmptyTypeList) {}
176 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
291 typedef ast_matchers::internal::ArgumentAdaptingMatcherFunc<
295 static void collect(ast_matchers::internal::EmptyTypeList) {}
349 typedef ast_matchers::internal::VariadicOperatorFunction VarFunc;
421 makeMatcherAutoMarshall(ast_matchers::internal::ArgumentAdaptingMatcherFunc<
443 ast_matchers
[all...]
H A DVariantValue.cpp21 namespace ast_matchers { namespace in namespace:clang
90 VariadicOpPayload(ast_matchers::internal::VariadicOperatorFunction Func,
113 const ast_matchers::internal::VariadicOperatorFunction Func;
129 ast_matchers::internal::VariadicOperatorFunction Func,
255 } // end namespace ast_matchers
H A DParser.cpp24 namespace ast_matchers { namespace in namespace:clang
419 } // namespace ast_matchers
H A DRegistry.cpp26 namespace ast_matchers { namespace in namespace:clang
53 ::clang::ast_matchers::name, #name));
56 static_cast< ::clang::ast_matchers::name##_Type##Id>( \
57 ::clang::ast_matchers::name)
344 } // namespace ast_matchers
H A DDiagnostics.cpp13 namespace ast_matchers { namespace in namespace:clang
219 } // namespace ast_matchers
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp18 namespace ast_matchers { namespace in namespace:clang
83 } // end namespace ast_matchers
H A DASTMatchFinder.cpp27 namespace ast_matchers { namespace in namespace:clang
856 } // end namespace ast_matchers
/freebsd-9.3-release/contrib/llvm/tools/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
3496 } // end namespace ast_matchers
H A DASTMatchersInternal.h53 namespace ast_matchers { namespace in namespace:clang
1616 } // end namespace ast_matchers

Completed in 284 milliseconds