Searched refs:getAssocTypeSourceInfo (Results 1 – 6 of 6) sorted by relevance
4548 const TypeSourceInfo *getAssocTypeSourceInfo(unsigned i) const { in getAssocTypeSourceInfo() function4551 TypeSourceInfo *getAssocTypeSourceInfo(unsigned i) { return AssocTypes[i]; } in getAssocTypeSourceInfo() function4554 if (const TypeSourceInfo *TS = getAssocTypeSourceInfo(i)) in getAssocType()
2058 if (TypeSourceInfo *TS = S->getAssocTypeSourceInfo(i))
150 assocTypes[i] = gse->getAssocTypeSourceInfo(i); in rebuild()
4127 subTypes[i] = gse->getAssocTypeSourceInfo(i); in stripARCUnbridgedCast()
7976 TypeSourceInfo *TS = E->getAssocTypeSourceInfo(i); in TransformGenericSelectionExpr()
862 Writer.AddTypeSourceInfo(E->getAssocTypeSourceInfo(I), Record); in VisitGenericSelectionExpr()