Home
last modified time | relevance | path

Searched refs:getDesugaredType (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h518 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
552 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp511 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx)); in IsStructurallyEquivalent()
513 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
H A DMicrosoftMangle.cpp556 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), QualType()); in mangleVariableEncoding()
1850 T = T.getDesugaredType(getASTContext()); in mangleType()
H A DType.cpp282 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { in getDesugaredType() function in QualType
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h938 QualType getDesugaredType(const ASTContext &Context) const {
939 return getDesugaredType(*this, Context);
1221 static QualType getDesugaredType(QualType T, const ASTContext &Context);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1731 E->getBase()->getType().getDesugaredType(Context))) { in CheckMemberAccessOfNoDeref()
H A DSemaExprObjC.cpp1428 resultType = resultType.getDesugaredType(Context); in getMessageSendResultType()
H A DSemaChecking.cpp9552 T = ET->getDecl()->getIntegerType().getDesugaredType(C).getTypePtr(); in forValueOfCanonicalType()
H A DSemaExpr.cpp13076 !isa<ArrayType>(UO->getType().getDesugaredType(Context))) in CreateBuiltinUnaryOp()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1726 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext()); in CollectTemplateParams()