Searched refs:OrigT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1052 QualType OrigT = T; in TypeIsInnerPointer() local 1055 if (OrigT == T || !T->isPointerType()) in TypeIsInnerPointer()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 7351 Sema &S, QualType OrigT, const llvm::APSInt &Int, SourceLocation Loc) { in BuildExpressionFromIntegralTemplateArgumentValue() argument 7352 assert(OrigT->isIntegralOrEnumerationType()); in BuildExpressionFromIntegralTemplateArgumentValue() 7359 QualType T = OrigT; in BuildExpressionFromIntegralTemplateArgumentValue() 7360 if (const EnumType *ET = OrigT->getAs<EnumType>()) in BuildExpressionFromIntegralTemplateArgumentValue() 7384 if (OrigT->isEnumeralType()) { in BuildExpressionFromIntegralTemplateArgumentValue() 7387 E = CStyleCastExpr::Create(S.Context, OrigT, VK_PRValue, CK_IntegralCast, E, in BuildExpressionFromIntegralTemplateArgumentValue() 7389 S.Context.getTrivialTypeSourceInfo(OrigT, Loc), in BuildExpressionFromIntegralTemplateArgumentValue()
|