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

  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 30 using clang::ast_matchers::hasDeclaration;
103 hasDeclaration(methodDecl(ofClass(hasName("std::basic_string")))),
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 814 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
819 TypeMatcher TypeDerivedFromA = hasDeclaration(recordDecl(isDerivedFrom("A")));
825 TypeMatcher TypeAHasClassB = hasDeclaration(
841 TypeMatcher TypeAHasClassB = hasDeclaration(
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 408 hasDeclaration(is_gtest_assertion_result_ctor)),
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 185 REGISTER_MATCHER(hasDeclaration);
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 218 specifiesType(hasDeclaration(recordDecl(hasName("A")))))))
260 "hasDeclaration",
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 812 milliseconds