• Home
  • Raw
  • Download

Lines Matching refs:hasDeclaration

814   TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));  in TEST()
819 TypeMatcher TypeDerivedFromA = hasDeclaration(recordDecl(isDerivedFrom("A"))); in TEST()
825 TypeMatcher TypeAHasClassB = hasDeclaration( in TEST()
841 TypeMatcher TypeAHasClassB = hasDeclaration( in TEST()
888 qualType(hasDeclaration(enumDecl(hasName("X"))))))))); in TEST()
900 hasType(typedefType(hasDeclaration(decl())))))); in TEST()
908 hasDeclaration(namedDecl(hasName("A")))))))); in TEST()
912 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST()
924 TypeMatcher ClassX = hasDeclaration(recordDecl(hasName("X"))); in TEST()
963 StatementMatcher MethodX = callExpr(hasDeclaration(methodDecl(hasName("x")))); in TEST()
1238 sizeOfExpr(hasArgumentOfType(hasDeclaration(recordDecl(hasName("A"))))))); in TEST()
1240 hasArgumentOfType(hasDeclaration(recordDecl(hasName("string"))))))); in TEST()
1489 functionDecl(returns(hasDeclaration( in TEST()
2305 StatementMatcher Constructor = constructExpr(hasDeclaration(methodDecl( in TEST()
2356 TypeMatcher(hasDeclaration(anything())), in TEST()
2554 memberExpr(hasDeclaration(fieldDecl(hasType(isInteger())))))); in TEST()
2557 memberExpr(hasDeclaration(fieldDecl(hasType(isInteger())))))); in TEST()
3935 recordType(hasDeclaration(recordDecl(hasName("S")))))); in TEST()
3937 recordType(hasDeclaration(recordDecl(hasName("S")))))); in TEST()
3982 hasDeclaration(namedDecl(hasName("D"))))))))); in TEST()
4014 specifiesType(hasDeclaration(recordDecl(hasName("A"))))); in TEST()