Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp224 Call.getArgExpr(i)->getType().getNonReferenceType().getDesugaredType( in checkPostCall()
226 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
H A DMallocChecker.cpp1315 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1316 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1317 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isStandardRealloc()
1326 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1327 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1328 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isGRealloc()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp215 QualType DesugaredTy = Ty.getDesugaredType(Ctx); in ExtractValueFromExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h551 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
585 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp694 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), QualType()); in mangleVariableEncoding()
2542 T = T.getDesugaredType(getASTContext()); in mangleAutoReturnType()
2579 T = T.getDesugaredType(getASTContext()); in mangleType()
H A DASTStructuralEquivalence.cpp1116 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx)); in IsStructurallyEquivalent()
1118 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
H A DType.cpp493 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { in getDesugaredType() function in QualType
H A DASTContext.cpp4023 QualType DTy = Ty.getDesugaredType(*this); in getArrayParameterType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp423 valueTypeFromOptionalDecl(*Optional).getDesugaredType(ASTCtx)); in countOptionalWrappers()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1751 E->getBase()->getType().getDesugaredType(Context))) { in CheckMemberAccessOfNoDeref()
H A DSemaLambda.cpp427 .getDesugaredType(getASTContext()); in DiagnoseInvalidExplicitObjectParameterInLambda()
H A DSemaHLSL.cpp3902 Ty = Ty.getDesugaredType(Ctx); in generateInitListsImpl()
H A DSemaExprObjC.cpp1606 resultType = resultType.getDesugaredType(Context); in getMessageSendResultType()
H A DSemaDecl.cpp19385 QualType FieldType = FD->getType().getDesugaredType(Context); in EntirelyFunctionPointers()
19388 return PointeeType.getDesugaredType(Context)->isFunctionType(); in EntirelyFunctionPointers()
H A DSemaChecking.cpp10466 T = ET->getDecl()->getIntegerType().getDesugaredType(C).getTypePtr(); in forValueOfCanonicalType()
H A DSemaExpr.cpp15875 !isa<ArrayType>(UO->getType().getDesugaredType(Context)) && in CreateBuiltinUnaryOp()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1262 QualType Ty = ElementTy.getDesugaredType(getContext()); in prepareStateForArrayDestruction()
1264 Ty = NTy->getElementType().getDesugaredType(getContext()); in prepareStateForArrayDestruction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1295 QualType getDesugaredType(const ASTContext &Context) const {
1296 return getDesugaredType(*this, Context);
1633 static QualType getDesugaredType(QualType T, const ASTContext &Context);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2441 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext()); in CollectTemplateParams()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4590 switch (qual_type.getDesugaredType(getASTContext())->getTypeClass()) { in GetPointerType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10846 {"_ZN5clang8QualType16getDesugaredTypeES0_RKNS_10ASTContextE", "clang::QualType::getDesugaredType(c…