Searched refs:getAssocTypeSourceInfo (Results 1 – 6 of 6) sorted by relevance
4451 const TypeSourceInfo *getAssocTypeSourceInfo(unsigned i) const { in getAssocTypeSourceInfo() function4454 TypeSourceInfo *getAssocTypeSourceInfo(unsigned i) { return AssocTypes[i]; } in getAssocTypeSourceInfo() function4457 if (const TypeSourceInfo *TS = getAssocTypeSourceInfo(i)) in getAssocType()
2160 if (TypeSourceInfo *TS = S->getAssocTypeSourceInfo(i))
150 assocTypes[i] = gse->getAssocTypeSourceInfo(i); in rebuild()
4176 subTypes[i] = gse->getAssocTypeSourceInfo(i); in stripARCUnbridgedCast()
8286 TypeSourceInfo *TS = E->getAssocTypeSourceInfo(i); in TransformGenericSelectionExpr()
874 Record.AddTypeSourceInfo(E->getAssocTypeSourceInfo(I)); in VisitGenericSelectionExpr()