Lines Matching refs:TSI
829 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo()) in getLVForNamespaceScopeDecl() local
830 TypeAsWritten = TSI->getType(); in getLVForNamespaceScopeDecl()
976 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in getLVForClassMember() local
977 TypeAsWritten = TSI->getType(); in getLVForClassMember()
1971 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecStartLoc() local
1972 if (TSI) return TSI->getTypeLoc().getBeginLoc(); in getTypeSpecStartLoc()
1977 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecEndLoc() local
1978 if (TSI) return TSI->getTypeLoc().getEndLoc(); in getTypeSpecEndLoc()
2917 TypeSourceInfo *TSI = getTypeSourceInfo(); in getOriginalType() local
2918 QualType T = TSI ? TSI->getType() : getType(); in getOriginalType()
3860 const TypeSourceInfo *TSI = getTypeSourceInfo(); in getFunctionTypeLoc() local
3861 return TSI ? TSI->getTypeLoc().IgnoreParens().getAs<FunctionTypeLoc>() in getFunctionTypeLoc()
4957 if (auto *TSI = getIntegerTypeSourceInfo()) { in getSourceRange() local
4960 Res.setEnd(TSI->getTypeLoc().getEndLoc()); in getSourceRange()