Home
last modified time | relevance | path

Searched refs:getModifiedType (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h25 TypeIndex getModifiedType(const CVType &CVT);
H A DTypeRecord.h137 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
H A DRecordName.cpp203 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
H A DTypeDumpVisitor.cpp389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp36 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp122 Ty = AT->getModifiedType(); in isGlobalConstString()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1136 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS()
1145 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS()
1453 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType()
1864 return Visit(T->getModifiedType()); in VisitAttributedType()
3397 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType
3400 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType()
3404 Inner = InnerMQT->getModifiedType(); in getModifiedType()
4191 T = attributed->getModifiedType(); in stripOuterNullability()
H A DTypePrinter.cpp1059 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore()
1064 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter()
1593 printBefore(T->getModifiedType(), OS); in printAttributedBefore()
1635 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
H A DASTStructuralEquivalence.cpp926 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
927 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp822 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp3104 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
8771 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1452 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp364 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h387 Visit(T->getModifiedType()); in VisitAttributedType()
H A DTypeProperties.td595 let Read = [{ node->getModifiedType() }];
H A DType.h4413 QualType getModifiedType() const;
4692 QualType getModifiedType() const { return ModifiedType; }
7193 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h891 return getTypePtr()->getModifiedType(); in getInnerType()
H A DRecursiveASTVisitor.h1030 { TRY_TO(TraverseType(T->getModifiedType())); })
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp897 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
7020 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()
7150 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
7672 T = AT->getModifiedType(); in hasExplicitCallingConv()
H A DSemaTemplateInstantiate.cpp2293 return Visit(T->getModifiedType()); in VisitAttributedType()
H A DSemaExprObjC.cpp1604 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DTreeTransform.h6774 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
H A DSemaDecl.cpp3148 AT = AT->getModifiedType()->getAs<AttributedType>(); in getCallingConvAttributedType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2748 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
3800 ->getModifiedType().getAsOpaquePtr(), in GetTypeInfo()