HomeSort by relevance Sort by last modified time
    Searched refs:hasDeclaration (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 21 using clang::ast_matchers::hasDeclaration;
78 loc(qualType(hasDeclaration(recordDecl(hasName("::scoped_array")))))),
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 29 using clang::ast_matchers::hasDeclaration;
102 hasDeclaration(methodDecl(ofClass(hasName("std::basic_string")))),
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 29 using clang::ast_matchers::hasDeclaration;
108 constructExpr(hasDeclaration(methodDecl(ofClass(matchesName(kPattern)))),
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 784 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
789 TypeMatcher TypeDerivedFromA = hasDeclaration(recordDecl(isDerivedFrom("A")));
795 TypeMatcher TypeAHasClassB = hasDeclaration(
811 TypeMatcher TypeAHasClassB = hasDeclaration(
855 TEST(HasDeclaration, HasDeclarationOfEnumType) {
858 qualType(hasDeclaration(enumDecl(hasName("X")))))))));
861 TEST(HasDeclaration, HasGetDeclTraitTest) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 43 milliseconds