HomeSort by relevance Sort by last modified time
    Searched refs:ast_matchers (Results 1 - 25 of 32) 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/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 20 using clang::ast_matchers::MatchFinder;
21 using clang::ast_matchers::argumentCountIs;
22 using clang::ast_matchers::bindTemporaryExpr;
23 using clang::ast_matchers::constructorDecl;
24 using clang::ast_matchers::constructExpr;
25 using clang::ast_matchers::defaultArgExpr;
26 using clang::ast_matchers::expr;
27 using clang::ast_matchers::forEach;
28 using clang::ast_matchers::has;
29 using clang::ast_matchers::hasArgument
    [all...]
  /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;
ASTTypeTraitsTest.cpp 15 using namespace clang::ast_matchers;
StmtPrinterTest.cpp 29 using namespace ast_matchers;
MatchVerifier.h 26 namespace ast_matchers { namespace in namespace:clang
278 } // end namespace ast_matchers
SourceLocationTest.cpp 27 namespace ast_matchers { namespace in namespace:clang
357 } // end namespace ast_matchers
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 29 namespace ast_matchers { namespace in namespace:clang
32 using ast_matchers::internal::DynTypedMatcher;
56 ast_matchers::internal::VariadicOperatorFunction Func,
88 ast_matchers::internal::VariadicOperatorFunction Func,
124 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
147 typedef ast_matchers::internal::Matcher<T> MatcherT;
161 ast_matchers::internal::VariadicOperatorFunction Func,
173 new ast_matchers::internal::VariadicOperatorMatcherInterface<T>(
257 } // end namespace ast_matchers
Registry.h 28 namespace ast_matchers { namespace in namespace:clang
121 } // namespace ast_matchers
Parser.h 46 namespace ast_matchers { namespace in namespace:clang
204 } // namespace ast_matchers
Diagnostics.h 28 namespace ast_matchers { namespace in namespace:clang
182 } // 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/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
29 ast_matchers::internal::Matcher<Stmt> M = stmt();
70 typedef std::map<std::string, ast_matchers::internal::Matcher<Stmt> >
153 using ast_matchers::internal::Matcher;
289 } // end namespace ast_matchers
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 20 namespace ast_matchers { namespace in namespace:clang
100 VariadicOpPayload(ast_matchers::internal::VariadicOperatorFunction Func,
123 const ast_matchers::internal::VariadicOperatorFunction Func;
139 ast_matchers::internal::VariadicOperatorFunction Func,
265 } // end namespace ast_matchers
Marshallers.h 31 namespace ast_matchers { namespace in namespace:clang
97 template <class T> struct ArgTypeTraits<ast_matchers::internal::Matcher<T> > {
101 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) {
238 ast_matchers::internal::EmptyTypeList) {}
243 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
277 buildReturnTypeVectorFromTypeList<ast_matchers::internal::EmptyTypeList>(
288 struct BuildReturnTypeVector<ast_matchers::internal::Matcher<T> > {
295 struct BuildReturnTypeVector<ast_matchers::internal::BindableMatcher<T> > {
389 ast_matchers::internal::VariadicDynCastAllOfMatcher<BaseT, DerivedT> Func,
490 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)
513 } // namespace ast_matchers
Diagnostics.cpp 13 namespace ast_matchers { namespace in namespace:clang
221 } // namespace ast_matchers
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 18 namespace ast_matchers { namespace in namespace:clang
103 } // end namespace ast_matchers
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 48 namespace ast_matchers { namespace in namespace:clang
255 } // end namespace ast_matchers
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 19 using namespace ast_matchers;
99 } // end namespace ast_matchers
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 19 namespace ast_matchers { namespace in namespace:clang
166 } // end namespace ast_matchers
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 26 using namespace clang::ast_matchers;
33 namespace ast_matchers { namespace in namespace:clang
42 } // namespace ast_matchers

Completed in 6335 milliseconds

1 2