Lines Matching refs:cxxRecordDecl
23 cxxRecordDecl(hasMethod(hasName("func"))))); in TEST()
25 cxxRecordDecl(hasMethod(isPublic())))); in TEST()
35 cxxRecordDecl(hasName("B"), isDerivedFrom(recordDecl())))); in TEST()
153 hasDeclaration(cxxRecordDecl(isDerivedFrom("A"))); in TEST()
236 parmVarDecl(hasType(qualType(hasDeclaration(cxxRecordDecl())))))); in TEST()
240 parmVarDecl(hasType(elaboratedType(hasDeclaration(cxxRecordDecl())))))); in TEST()
261 hasDeclaration(cxxRecordDecl())))))); in TEST()
561 auto MatchesY = cxxMemberCallExpr(on(hasType(cxxRecordDecl(hasName("Y"))))); in TEST()
565 auto MatchesX = cxxMemberCallExpr(on(hasType(cxxRecordDecl(hasName("X"))))); in TEST()
596 hasType(cxxRecordDecl(hasName("Y")))))); in TEST()
602 hasType(cxxRecordDecl(hasName("X")))))); in TEST()
633 memberExpr(hasObjectExpression(hasType(cxxRecordDecl(hasName("X"))))); in TEST()
638 hasObjectExpression(hasType(pointsTo(cxxRecordDecl(hasName("X")))))); in TEST()
1886 VarDeclCode, decl(traverse(TK_AsIs, anyOf(cxxRecordDecl(), varDecl()))))); in TEST()
2236 auto M = cxxRecordDecl(hasName("TemplStruct"), in TEST()
2242 auto M = cxxRecordDecl(hasName("TemplStruct"), in TEST()
2287 auto MRecord = cxxRecordDecl(hasName("TemplStruct"), in TEST()
2380 auto M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2381 has(cxxRecordDecl(hasName("NoSpecialMethods")))); in TEST()
2385 M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2390 M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2395 M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2400 M = cxxRecordDecl(hasName("NoSpecialMethods"), has(cxxDestructorDecl())); in TEST()
2404 M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2409 M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2414 M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2419 M = cxxRecordDecl(hasName("NoSpecialMethods"), in TEST()
2428 cxxOperatorCallExpr(hasType(cxxRecordDecl(hasName("NoSpecialMethods"))), in TEST()
2442 auto MDecl = cxxMethodDecl(ofClass(cxxRecordDecl(hasName("ContainsArray"))), in TEST()
3511 cxxRecordDecl(decl().bind("x"), hasMethod(hasName("g"))), in TEST()
3540 cxxRecordDecl(decl().bind("x"), isDerivedFrom("::A")), in TEST()
3545 cxxRecordDecl(decl().bind("x"), isDerivedFrom("C")), in TEST()
3734 hasAncestor(cxxRecordDecl(isTemplateInstantiation())), in TEST()
3735 hasAncestor(cxxRecordDecl(unless(isTemplateInstantiation()))))))); in TEST()
3792 hasParent(cxxRecordDecl(isTemplateInstantiation()))))))))); in TEST()
3799 cxxRecordDecl(unless(isTemplateInstantiation())))))))))); in TEST()
3806 cxxRecordDecl(isTemplateInstantiation())))), in TEST()
3807 hasParent(functionDecl(hasParent(cxxRecordDecl( in TEST()