HomeSort by relevance Sort by last modified time
    Searched full:hasdeclaration (Results 1 - 4 of 4) 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...]
  /external/clang/docs/
LibASTMatchersReference.html     [all...]

Completed in 1833 milliseconds