| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | ExceptionAnalyzer.cpp | 156 ThrownExpr->getType()->getUnqualifiedDesugaredType(); in throwsException() 160 ->getUnqualifiedDesugaredType(); in throwsException() 162 ThrownExpr->getType()->getUnqualifiedDesugaredType()); in throwsException() 182 Catch->getCaughtType()->getUnqualifiedDesugaredType(); in throwsException() 186 ->getUnqualifiedDesugaredType(); in throwsException()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | RedundantSmartptrGetCheck.cpp | 132 Result.Nodes.getNodeAs<Type>("op->Type")->getUnqualifiedDesugaredType(); in allReturnTypesMatch() 134 Result.Nodes.getNodeAs<Type>("op*Type")->getUnqualifiedDesugaredType(); in allReturnTypesMatch() 136 Result.Nodes.getNodeAs<Type>("getType")->getUnqualifiedDesugaredType(); in allReturnTypesMatch()
|
| H A D | IdentifierNamingCheck.cpp | 1009 dyn_cast<BuiltinType>(QType->getUnqualifiedDesugaredType())) { in isParamInMainLikeFunction()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | UniqueptrResetReleaseCheck.cpp | 75 if (LeftDeleterType->getUnqualifiedDesugaredType() == in areDeletersCompatible() 76 RightDeleterType->getUnqualifiedDesugaredType()) { in areDeletersCompatible()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | MisplacedWideningCastCheck.cpp | 210 dyn_cast<BuiltinType>(CastType->getUnqualifiedDesugaredType()); in check() 212 dyn_cast<BuiltinType>(CalcType->getUnqualifiedDesugaredType()); in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | PassByValueCheck.cpp | 154 CandidateParamType->getPointeeType()->getUnqualifiedDesugaredType() == in hasRValueOverload() 155 CtorParamType->getPointeeType()->getUnqualifiedDesugaredType(); in hasRValueOverload()
|
| H A D | UseNullptrCheck.cpp | 27 const Type *DesugaredType = Node.getUnqualifiedDesugaredType(); in AST_MATCHER()
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 441 auto *Arg0Type = Arg0->getType()->getUnqualifiedDesugaredType(); in VisitCXXOperatorCallExpr() 442 auto *Arg1Type = Arg1->getType()->getUnqualifiedDesugaredType(); in VisitCXXOperatorCallExpr()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Iterator.cpp | 23 const auto *CRD = Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl(); in isIteratorType()
|
| H A D | ContainerModeling.cpp | 773 return Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl(); in getCXXRecordDecl()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | IncludeFixer.cpp | 156 std::string QueryString = QualType(T->getUnqualifiedDesugaredType(), 0) in MaybeDiagnoseMissingCompleteType()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 380 return cast<ArrayType>(getUnqualifiedDesugaredType()) in getArrayElementTypeNoTypeQual() 539 const Type *Type::getUnqualifiedDesugaredType() const { in getUnqualifiedDesugaredType() function in Type 655 return cast<RecordType>(getUnqualifiedDesugaredType()); in getAsStructureType() 674 return cast<RecordType>(getUnqualifiedDesugaredType()); in getAsUnionType()
|
| H A D | ASTContext.cpp | 2325 getTypeInfo(ED->getIntegerType()->getUnqualifiedDesugaredType()); in getTypeInfoImpl() 2447 UnadjustedAlign = getTypeAlign(T->getUnqualifiedDesugaredType()); in getTypeUnadjustedAlign() 5942 dyn_cast<ArrayType>(splitType.Ty->getUnqualifiedDesugaredType()); in getUnqualifiedArrayType() 12077 if (QT->getUnqualifiedDesugaredType()->isNullPtrType()) in getTargetNullPointerValue()
|
| H A D | RecordLayoutBuilder.cpp | 2668 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Type.h | 2414 const Type *getUnqualifiedDesugaredType() const; 7316 return cast<T>(getUnqualifiedDesugaredType()); 7366 return cast<ArrayType>(getUnqualifiedDesugaredType()); 7375 return cast<T>(getUnqualifiedDesugaredType()); 7381 return cast<ArrayType>(getUnqualifiedDesugaredType());
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4042 return InnerMatcher.matches(*Node.getUnqualifiedDesugaredType(), Finder, in AST_MATCHER_P()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7032 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() 7077 return wrap(C, Old->getUnqualifiedDesugaredType(), I); in wrap()
|
| H A D | SemaChecking.cpp | 3276 const Type *Ty = ArgType->getUnqualifiedDesugaredType(); in isValidBPFPreserveTypeInfoArg() 3319 const Type *Ty = ArgType->getUnqualifiedDesugaredType(); in isValidBPFPreserveEnumValueArg()
|
| H A D | SemaDeclAttr.cpp | 4016 CalleeType->getPointeeType()->getUnqualifiedDesugaredType(); in handleCallbackAttr()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3740 ->getUnqualifiedDesugaredType(); in IsPreserveAIArrayBase()
|