Lines Matching refs:TSI
762 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo()) in getLVForNamespaceScopeDecl() local
763 TypeAsWritten = TSI->getType(); in getLVForNamespaceScopeDecl()
906 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in getLVForClassMember() local
907 TypeAsWritten = TSI->getType(); in getLVForClassMember()
1615 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecStartLoc() local
1616 if (TSI) return TSI->getTypeLoc().getBeginLoc(); in getTypeSpecStartLoc()
2267 TypeSourceInfo *TSI = getTypeSourceInfo(); in getOriginalType() local
2268 QualType T = TSI ? TSI->getType() : getType(); in getOriginalType()
2805 const TypeSourceInfo *TSI = getTypeSourceInfo(); in getReturnTypeSourceRange() local
2806 if (!TSI) in getReturnTypeSourceRange()
2809 TSI->getTypeLoc().IgnoreParens().getAs<FunctionTypeLoc>(); in getReturnTypeSourceRange()