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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 770 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
775 TypeMatcher TypeDerivedFromA = hasDeclaration(recordDecl(isDerivedFrom("A")));
781 TypeMatcher TypeAHasClassB = hasDeclaration(
797 TypeMatcher TypeAHasClassB = hasDeclaration(
841 TEST(HasDeclaration, HasDeclarationOfEnumType) {
844 qualType(hasDeclaration(enumDecl(hasName("X")))))))));
847 TEST(HasDeclaration, HasGetDeclTraitTest) {
853 TEST(HasDeclaration, HasDeclarationOfTypeWithDecl) {
856 hasType(typedefType(hasDeclaration(decl()))))));
861 TEST(HasDeclaration, HasDeclarationOfTemplateSpecializationType)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 850 bool hasDeclaration = false;
857 hasDeclaration = true;
    [all...]

Completed in 287 milliseconds