Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1242 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1243 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isStandardRealloc()
1244 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isStandardRealloc()
1256 return FD->getDeclaredReturnType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1257 FD->getParamDecl(0)->getType().getDesugaredType(AC) == AC.VoidPtrTy && in isGRealloc()
1258 FD->getParamDecl(1)->getType().getDesugaredType(AC) == in isGRealloc()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h519 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
553 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp273 .getDesugaredType(ASTCtx)); in countOptionalWrappers()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp947 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx)); in IsStructurallyEquivalent()
949 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
H A DMicrosoftMangle.cpp644 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), QualType()); in mangleVariableEncoding()
2244 T = T.getDesugaredType(getASTContext()); in mangleType()
H A DType.cpp390 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { in getDesugaredType() function in QualType
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h1053 QualType getDesugaredType(const ASTContext &Context) const {
1054 return getDesugaredType(*this, Context);
1373 static QualType getDesugaredType(QualType T, const ASTContext &Context);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp1783 E->getBase()->getType().getDesugaredType(Context))) { in CheckMemberAccessOfNoDeref()
H A DSemaExprObjC.cpp1604 resultType = resultType.getDesugaredType(Context); in getMessageSendResultType()
H A DSemaDecl.cpp18892 QualType FieldType = FD->getType().getDesugaredType(Context); in ActOnFields()
18895 return PointeeType.getDesugaredType(Context)->isFunctionType(); in ActOnFields()
H A DSemaChecking.cpp12329 T = ET->getDecl()->getIntegerType().getDesugaredType(C).getTypePtr(); in forValueOfCanonicalType()
H A DSemaExpr.cpp16007 !isa<ArrayType>(UO->getType().getDesugaredType(Context)) && in CreateBuiltinUnaryOp()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1247 QualType Ty = ElementTy.getDesugaredType(getContext()); in prepareStateForArrayDestruction()
1249 Ty = NTy->getElementType().getDesugaredType(getContext()); in prepareStateForArrayDestruction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2037 QualType T = TA.getParamTypeForDecl().getDesugaredType(CGM.getContext()); in CollectTemplateParams()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4590 switch (qual_type.getDesugaredType(getASTContext())->getTypeClass()) { in GetPointerType()