Searched refs:hasAncestor (Results 1 – 5 of 5) sorted by relevance
159 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind))); in checkTempObjectsInSamePool()177 auto NoPoolM = unless(hasAncestor(autoreleasePoolStmt())); in checkTempObjectsInNoPool()
207 hasAncestor(typeLoc(unless( in isUnevaluated()208 hasAncestor(unaryExprOrTypeTraitExpr())))), in isUnevaluated()209 hasAncestor(expr(anyOf( in isUnevaluated()
260 REGISTER_MATCHER(hasAncestor); in RegistryMaps()
3511 hasAncestor;6287 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation))); in AST_MATCHER_FUNCTION()6306 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION()
1010 hasAncestor = {}; variable