HomeSort by: relevance | last modified time | path
    Searched defs:ast_matchers (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
GtestMatchers.cpp 22 namespace ast_matchers { namespace in namespace:clang
103 } // end namespace ast_matchers
ASTMatchersInternal.cpp 43 namespace ast_matchers { namespace in namespace:clang
540 if (::clang::ast_matchers::internal::consumeNameSuffix(Patterns[I].P,
1067 } // end namespace ast_matchers
ASTMatchFinder.cpp 30 namespace ast_matchers { namespace in namespace:clang
1457 } // end namespace ast_matchers
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
OSObjectCStyleCast.cpp 24 using namespace ast_matchers;
38 namespace ast_matchers { namespace in namespace:clang
48 } // end namespace ast_matchers
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
GtestMatchers.h 21 namespace ast_matchers { namespace in namespace:clang
41 } // namespace ast_matchers
ASTMatchFinder.h 50 namespace ast_matchers { namespace in namespace:clang
350 } // end namespace ast_matchers
ASTMatchers.h 98 namespace ast_matchers { namespace in namespace:clang
4355 ast_matchers::internal::Matcher<Expr>, InnerMatcher) {
7809 ast_matchers::internal::Matcher<Expr>, InnerMatcher) {
8002 } // namespace ast_matchers
ASTMatchersInternal.h 80 namespace ast_matchers { namespace in namespace:clang
2307 } // namespace ast_matchers
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 49 namespace ast_matchers { namespace in namespace:clang
280 } // namespace ast_matchers
Registry.h 29 namespace ast_matchers { namespace in namespace:clang
157 } // namespace ast_matchers
Diagnostics.h 27 namespace ast_matchers { namespace in namespace:clang
186 } // namespace ast_matchers
VariantValue.h 28 namespace ast_matchers { namespace in namespace:clang
90 using ast_matchers::internal::DynTypedMatcher;
211 ast_matchers::internal::Matcher<T> getTypedMatcher() const {
356 } // end namespace ast_matchers
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 12 namespace ast_matchers { namespace in namespace:clang
230 } // namespace ast_matchers
Registry.cpp 35 namespace ast_matchers { namespace in namespace:clang
69 ::clang::ast_matchers::name, #name));
76 static_cast<::clang::ast_matchers::name##_Type##Id>( \
77 ::clang::ast_matchers::name)
787 } // namespace ast_matchers
VariantValue.cpp 19 namespace ast_matchers { namespace in namespace:clang
491 } // end namespace ast_matchers
Marshallers.h 49 namespace ast_matchers { namespace in namespace:clang
83 template <class T> struct ArgTypeTraits<ast_matchers::internal::Matcher<T>> {
91 static ast_matchers::internal::Matcher<T> get(const VariantValue &Value) {
427 ast_matchers::internal::EmptyTypeList) {}
432 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
465 buildReturnTypeVectorFromTypeList<ast_matchers::internal::EmptyTypeList>(
476 struct BuildReturnTypeVector<ast_matchers::internal::Matcher<T>> {
483 struct BuildReturnTypeVector<ast_matchers::internal::BindableMatcher<T>> {
550 ast_matchers::internal::VariadicFunction<ResultT, ArgT, F> Func,
592 ast_matchers::internal::VariadicDynCastAllOfMatcher<BaseT, DerivedT> Func
    [all...]
Parser.cpp 33 namespace ast_matchers { namespace in namespace:clang
928 } // namespace ast_matchers

Completed in 151 milliseconds