HomeSort by relevance Sort by last modified time
    Searched refs:ast_matchers (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 41 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/
DeclTest.cpp 18 using namespace clang::ast_matchers;
ASTContextParentMapTest.cpp 22 namespace ast_matchers { namespace in namespace:clang
70 } // end namespace ast_matchers
NamedDeclPrinterTest.cpp 26 using namespace ast_matchers;
StmtPrinterTest.cpp 29 using namespace ast_matchers;
ASTTypeTraitsTest.cpp 15 using namespace clang::ast_matchers;
MatchVerifier.h 29 namespace ast_matchers { namespace in namespace:clang
294 } // end namespace ast_matchers
SourceLocationTest.cpp 27 namespace ast_matchers { namespace in namespace:clang
545 } // end namespace ast_matchers
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 41 const ast_matchers::MatchFinder::MatchResult &Result) {
54 const ast_matchers::MatchFinder::MatchResult &Result) {
67 const ast_matchers::MatchFinder::MatchResult &Result) {
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 29 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
Registry.h 28 namespace ast_matchers { namespace in namespace:clang
130 } // namespace ast_matchers
Diagnostics.h 28 namespace ast_matchers { namespace in namespace:clang
182 } // namespace ast_matchers
Parser.h 46 namespace ast_matchers { namespace in namespace:clang
254 } // 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;
168 } // end namespace ast_matchers
ParserTest.cpp 20 namespace ast_matchers { namespace in namespace:clang
32 ast_matchers::internal::Matcher<Stmt> M = stmt(stmt(), stmt());
74 typedef std::map<std::string, ast_matchers::internal::Matcher<Stmt> >
161 using ast_matchers::internal::Matcher;
327 } // end namespace ast_matchers
RegistryTest.cpp 16 namespace ast_matchers { namespace in namespace:clang
20 using ast_matchers::internal::Matcher;
506 } // end namespace ast_matchers
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 31 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::internal::ArgumentAdaptingMatcherFunc
    [all...]
Registry.cpp 27 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)
527 } // namespace ast_matchers
Diagnostics.cpp 13 namespace ast_matchers { namespace in namespace:clang
221 } // namespace ast_matchers
VariantValue.cpp 20 namespace ast_matchers { namespace in namespace:clang
391 } // end namespace ast_matchers
Parser.cpp 25 namespace ast_matchers { namespace in namespace:clang
612 } // namespace ast_matchers
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 19 using namespace ast_matchers;
99 } // end namespace ast_matchers
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 50 namespace ast_matchers { namespace in namespace:clang
290 } // end namespace ast_matchers
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 19 namespace ast_matchers { namespace in namespace:clang
259 } // end namespace ast_matchers
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 20 namespace ast_matchers { namespace in namespace:clang
343 } // end namespace ast_matchers

Completed in 365 milliseconds

1 2