Searched refs:hasParent (Results 1 – 9 of 9) sorted by relevance
32 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()38 ifStmt(hasParent(compoundStmt())))); in TEST()45 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()51 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()60 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()65 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()71 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()72 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
530 friendDecl(hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 public boolean hasParent() {115 while (current.hasParent()) {125 while (current.hasParent()) {
431 public boolean hasParent() { in hasParent() method in InternetDomainName444 checkState(hasParent(), "Domain '%s' has no parent", name); in parent()
55 bool hasParent(Stmt* S) const { in hasParent() function
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()[all …]
232 REGISTER_MATCHER(hasParent); in RegistryMaps()
2074 LLVM_ATTRIBUTE_UNUSED hasParent = {}; variable
5057 hasParent = context.parentNode,5065 if ( relativeHierarchySelector && hasParent ) {5070 if ( !relativeHierarchySelector || hasParent ) {