Searched refs:hasBase (Results 1 – 5 of 5) sorted by relevance
476 def : Property<"hasBase", Bool> {483 let Conditional = [{ hasBase && isTypeInfo }];489 let Conditional = [{ hasBase && isTypeInfo }];493 let Conditional = [{ hasBase && !isTypeInfo }];497 let Conditional = [{ hasBase && !isTypeInfo }];501 let Conditional = [{ hasBase && !isTypeInfo && isExpr }];505 let Conditional = [{ hasBase && !isTypeInfo && !isExpr }];520 if (hasBase) {
402 anyOf(hasBase(canResolveToExpr(equalsNode(Exp))), in findArrayElementMutation()403 hasBase(implicitCastExpr( in findArrayElementMutation()
302 hasBase(ignoringParenImpCasts( in matcher()
290 REGISTER_MATCHER(hasBase); in RegistryMaps()
5456 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument