Lines Matching refs:hasDeclaration
148 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST()
154 hasDeclaration(cxxRecordDecl(isDerivedFrom("A"))); in TEST()
160 TypeMatcher TypeAHasClassB = hasDeclaration( in TEST()
221 qualType(hasDeclaration(enumDecl(hasName("X"))))))))); in TEST()
233 hasType(typedefType(hasDeclaration(decl())))))); in TEST()
241 hasDeclaration(namedDecl(hasName("A")))))))); in TEST()
245 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST()
257 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST()
515 functionDecl(returns(hasDeclaration( in TEST()
928 StatementMatcher Constructor = cxxConstructExpr(hasDeclaration(cxxMethodDecl( in TEST()
1802 hasDeclaration(namedDecl(hasName("D"))))))))); in TEST()