Home
last modified time | relevance | path

Searched refs:DesugaredTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp740 QualType DesugaredTy = Ty.getDesugaredType(B->Ctx); in transformForValuePrinting() local
743 if (DesugaredTy->isRecordType() && E->isLValue()) { in transformForValuePrinting()
744 DesugaredTy = B->Ctx.getLValueReferenceType(DesugaredTy); in transformForValuePrinting()
755 Interpreter::InterfaceKind Kind = Visitor.Visit(&*DesugaredTy); in transformForValuePrinting()
781 cast<ConstantArrayType>(DesugaredTy.getTypePtr()); in transformForValuePrinting()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp321 QualType DesugaredTy = desugarForDiagnostic(Context, Ty, ShouldAKA); in ConvertTypeToDiagnosticString() local
323 if (DesugaredTy == Ty) { in ConvertTypeToDiagnosticString()
324 DesugaredTy = Ty.getCanonicalType(); in ConvertTypeToDiagnosticString()
326 std::string akaStr = DesugaredTy.getAsString(Context.getPrintingPolicy()); in ConvertTypeToDiagnosticString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9324 QualType DesugaredTy = Ty; in isOpenCLSizeDependentType() local
9327 auto Match = llvm::find(Names, DesugaredTy.getUnqualifiedType().getAsString()); in isOpenCLSizeDependentType()
9331 Ty = DesugaredTy; in isOpenCLSizeDependentType()
9332 DesugaredTy = Ty.getSingleStepDesugaredType(C); in isOpenCLSizeDependentType()
9333 } while (DesugaredTy != Ty); in isOpenCLSizeDependentType()