Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp222 Call.getArgExpr(i)->getType().getNonReferenceType().getDesugaredType( in checkPostCall()
224 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
H A DMallocChecker.cpp1248 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1249 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1250 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isStandardRealloc()
1262 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1263 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1264 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isGRealloc()
/freebsd-14.2/contrib/llvm-project/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-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp567 QualType DesugaredTy = Ty.getDesugaredType(Ctx); in getCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp299 .getDesugaredType(ASTCtx)); in countOptionalWrappers()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1031 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx)); in IsStructurallyEquivalent()
1033 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
H A DMicrosoftMangle.cpp648 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), QualType()); in mangleVariableEncoding()
2361 T = T.getDesugaredType(getASTContext()); in mangleType()
H A DType.cpp412 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { in getDesugaredType() function in QualType
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1088 QualType getDesugaredType(const ASTContext &Context) const {
1089 return getDesugaredType(*this, Context);
1408 static QualType getDesugaredType(QualType T, const ASTContext &Context);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1826 E->getBase()->getType().getDesugaredType(Context))) { in CheckMemberAccessOfNoDeref()
H A DSemaLambda.cpp402 .getDesugaredType(getASTContext()); in DiagnoseInvalidExplicitObjectParameterInLambda()
H A DSemaExprObjC.cpp1605 resultType = resultType.getDesugaredType(Context); in getMessageSendResultType()
H A DSemaDecl.cpp19508 QualType FieldType = FD->getType().getDesugaredType(Context); in ActOnFields()
19511 return PointeeType.getDesugaredType(Context)->isFunctionType(); in ActOnFields()
H A DSemaChecking.cpp14070 T = ET->getDecl()->getIntegerType().getDesugaredType(C).getTypePtr(); in forValueOfCanonicalType()
H A DSemaExpr.cpp16510 !isa<ArrayType>(UO->getType().getDesugaredType(Context)) && in CreateBuiltinUnaryOp()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2141 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext()); in CollectTemplateParams()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4515 switch (qual_type.getDesugaredType(getASTContext())->getTypeClass()) { in GetPointerType()