Lines Matching refs:hasDeclaration
905 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST()
911 hasDeclaration(cxxRecordDecl(isDerivedFrom("A"))); in TEST()
917 TypeMatcher TypeAHasClassB = hasDeclaration( in TEST()
984 TypeMatcher TypeAHasClassB = hasDeclaration( in TEST()
1031 qualType(hasDeclaration(enumDecl(hasName("X"))))))))); in TEST()
1043 hasType(typedefType(hasDeclaration(decl())))))); in TEST()
1051 hasDeclaration(namedDecl(hasName("A")))))))); in TEST()
1055 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST()
1067 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST()
1107 callExpr(hasDeclaration(cxxMethodDecl(hasName("x")))); in TEST()
1426 sizeOfExpr(hasArgumentOfType(hasDeclaration(recordDecl(hasName("A"))))))); in TEST()
1428 hasArgumentOfType(hasDeclaration(recordDecl(hasName("string"))))))); in TEST()
1709 functionDecl(returns(hasDeclaration( in TEST()
2705 StatementMatcher Constructor = cxxConstructExpr(hasDeclaration(cxxMethodDecl( in TEST()
2756 TypeMatcher(hasDeclaration(anything())), in TEST()
2953 memberExpr(hasDeclaration(fieldDecl(hasType(isInteger())))))); in TEST()
2956 memberExpr(hasDeclaration(fieldDecl(hasType(isInteger())))))); in TEST()
4432 recordType(hasDeclaration(recordDecl(hasName("S")))))); in TEST()
4434 recordType(hasDeclaration(recordDecl(hasName("S")))))); in TEST()
4479 hasDeclaration(namedDecl(hasName("D"))))))))); in TEST()
4535 specifiesType(hasDeclaration(recordDecl(hasName("A"))))); in TEST()