Searched refs:TypeValueInstantiation (Results 1 – 5 of 5) sorted by relevance
204 return ExprDependence::TypeValueInstantiation | in computeDependence()377 ExprDependence::TypeValueInstantiation; in computeDependence()386 if (D & ExprDependence::TypeValueInstantiation) in computeDependence()411 ExprDependence::TypeValueInstantiation; in computeDependence()416 ExprDependence::TypeValueInstantiation; in computeDependence()535 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()549 return Deps | ExprDependence::TypeValueInstantiation; in computeDependence()593 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()730 return D | ExprDependence::TypeValueInstantiation; in computeDependence()746 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()[all …]
1775 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()1797 setDependence(ExprDependence::TypeValueInstantiation | in FunctionParmPackExpr()
43 TypeValueInstantiation = Type | Value | Instantiation, enumerator
3256 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
2278 if (!(Res.get()->getDependence() & ExprDependence::TypeValueInstantiation)) { in TransformCXXAssumeAttr()