Lines Matching refs:hasParent
1282 cxxOperatorCallExpr(hasParent(cxxOperatorCallExpr())))); in TEST()
4074 compoundStmt(hasParent(ifStmt())))); in TEST()
4077 compoundStmt(hasParent(ifStmt())))); in TEST()
4080 compoundStmt(hasParent(ifStmt())))); in TEST()
4100 hasParent(compoundStmt(hasParent(functionDecl( in TEST()
4101 hasParent(cxxRecordDecl(isTemplateInstantiation()))))))))); in TEST()
4107 hasParent(compoundStmt(hasParent(functionDecl(hasParent( in TEST()
4113 hasParent(compoundStmt( in TEST()
4114 allOf(hasParent(functionDecl(hasParent( in TEST()
4116 hasParent(functionDecl(hasParent(cxxRecordDecl( in TEST()
4121 compoundStmt(hasParent(recordDecl())))); in TEST()
4732 "", match(stmt(hasParent( in verify()
4741 "", match(decl(hasParent( in verify()
4751 "", match(fieldDecl(hasParent(decl(has(fieldDecl( in verify()
4863 hasParent(stmt(has(stmt(equalsBoundNode("if"))))))))); in TEST()
4874 hasParent(decl(has(decl(equalsBoundNode("record"))))))))); in TEST()