Searched refs:hasParent (Results 1 – 15 of 15) 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 …]
91 if (selectBoxList.hasParent()) in SelectBox()211 else if (selectBoxList.hasParent() && style.backgroundOpen != null) in draw()452 if (!list.isTouchable() || !hasParent()) return; in hide()
109 if (tooltip.container.hasParent()) { in hide()
91 if (container.hasParent()) return false; in mouseMoved()
251 public boolean hasParent () { in hasParent() method in Node
138 …} else if (parentTransform && copy.hasParent()) this.transform.mul(node.getParent().globalTransfor… in ModelInstance()
232 REGISTER_MATCHER(hasParent); in RegistryMaps()
329 public boolean hasParent () { in hasParent() method in Actor
2074 LLVM_ATTRIBUTE_UNUSED hasParent = {}; variable
5057 hasParent = context.parentNode,5065 if ( relativeHierarchySelector && hasParent ) {5070 if ( !relativeHierarchySelector || hasParent ) {