Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp223 Call.getArgExpr(i)->getType().getNonReferenceType().getDesugaredType( in checkPostCall()
225 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
H A DMallocChecker.cpp1169 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1170 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1171 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isStandardRealloc()
1180 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1181 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1182 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isGRealloc()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h523 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
557 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp372 valueTypeFromOptionalDecl(*Optional).getDesugaredType(ASTCtx)); in countOptionalWrappers()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp740 QualType DesugaredTy = Ty.getDesugaredType(B->Ctx); in transformForValuePrinting()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1042 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx)); in IsStructurallyEquivalent()
1044 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
H A DMicrosoftMangle.cpp659 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), QualType()); in mangleVariableEncoding()
2464 T = T.getDesugaredType(getASTContext()); in mangleType()
H A DType.cpp448 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { in getDesugaredType() function in QualType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1303 QualType getDesugaredType(const ASTContext &Context) const {
1304 return getDesugaredType(*this, Context);
1631 static QualType getDesugaredType(QualType T, const ASTContext &Context);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1816 E->getBase()->getType().getDesugaredType(Context))) { in CheckMemberAccessOfNoDeref()
H A DSemaLambda.cpp406 .getDesugaredType(getASTContext()); in DiagnoseInvalidExplicitObjectParameterInLambda()
H A DSemaExprObjC.cpp1617 resultType = resultType.getDesugaredType(Context); in getMessageSendResultType()
H A DSemaDecl.cpp19173 QualType FieldType = FD->getType().getDesugaredType(Context); in ActOnFields()
19176 return PointeeType.getDesugaredType(Context)->isFunctionType(); in ActOnFields()
H A DSemaChecking.cpp9297 T = ET->getDecl()->getIntegerType().getDesugaredType(C).getTypePtr(); in forValueOfCanonicalType()
H A DSemaExpr.cpp15509 !isa<ArrayType>(UO->getType().getDesugaredType(Context)) && in CreateBuiltinUnaryOp()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1261 QualType Ty = ElementTy.getDesugaredType(getContext()); in prepareStateForArrayDestruction()
1263 Ty = NTy->getElementType().getDesugaredType(getContext()); in prepareStateForArrayDestruction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2267 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext()); in CollectTemplateParams()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4559 switch (qual_type.getDesugaredType(getASTContext())->getTypeClass()) { in GetPointerType()