| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 224 Call.getArgExpr(i)->getType().getNonReferenceType().getDesugaredType( in checkPostCall() 226 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
|
| H A D | MallocChecker.cpp | 1315 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 D | InterpreterValuePrinter.cpp | 215 QualType DesugaredTy = Ty.getDesugaredType(Ctx); in ExtractValueFromExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 551 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 D | MicrosoftMangle.cpp | 694 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), QualType()); in mangleVariableEncoding() 2542 T = T.getDesugaredType(getASTContext()); in mangleAutoReturnType() 2579 T = T.getDesugaredType(getASTContext()); in mangleType()
|
| H A D | ASTStructuralEquivalence.cpp | 1116 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx)); in IsStructurallyEquivalent() 1118 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 493 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { in getDesugaredType() function in QualType
|
| H A D | ASTContext.cpp | 4023 QualType DTy = Ty.getDesugaredType(*this); in getArrayParameterType()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 423 valueTypeFromOptionalDecl(*Optional).getDesugaredType(ASTCtx)); in countOptionalWrappers()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1751 E->getBase()->getType().getDesugaredType(Context))) { in CheckMemberAccessOfNoDeref()
|
| H A D | SemaLambda.cpp | 427 .getDesugaredType(getASTContext()); in DiagnoseInvalidExplicitObjectParameterInLambda()
|
| H A D | SemaHLSL.cpp | 3902 Ty = Ty.getDesugaredType(Ctx); in generateInitListsImpl()
|
| H A D | SemaExprObjC.cpp | 1606 resultType = resultType.getDesugaredType(Context); in getMessageSendResultType()
|
| H A D | SemaDecl.cpp | 19385 QualType FieldType = FD->getType().getDesugaredType(Context); in EntirelyFunctionPointers() 19388 return PointeeType.getDesugaredType(Context)->isFunctionType(); in EntirelyFunctionPointers()
|
| H A D | SemaChecking.cpp | 10466 T = ET->getDecl()->getIntegerType().getDesugaredType(C).getTypePtr(); in forValueOfCanonicalType()
|
| H A D | SemaExpr.cpp | 15875 !isa<ArrayType>(UO->getType().getDesugaredType(Context)) && in CreateBuiltinUnaryOp()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 1262 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 D | Type.h | 1295 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 D | CGDebugInfo.cpp | 2441 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext()); in CollectTemplateParams()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4590 switch (qual_type.getDesugaredType(getASTContext())->getTypeClass()) { in GetPointerType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10846 {"_ZN5clang8QualType16getDesugaredTypeES0_RKNS_10ASTContextE", "clang::QualType::getDesugaredType(c…
|