Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h25 TypeIndex getModifiedType(const CVType &CVT);
H A DTypeRecord.h138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp38 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp117 Ty = AT->getModifiedType(); in isGlobalConstString()
/freebsd-14.2/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.cpp207 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
H A DTypeDumpVisitor.cpp389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h393 if (T->getModifiedType() != T->getEquivalentType()) in VisitAttributedType()
394 Visit(T->getModifiedType()); in VisitAttributedType()
H A DTypeProperties.td616 let Read = [{ node->getModifiedType() }];
H A DType.h4802 QualType getModifiedType() const;
5099 QualType getModifiedType() const { return ModifiedType; }
7612 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h906 return getTypePtr()->getModifiedType(); in getInnerType()
H A DRecursiveASTVisitor.h1102 { TRY_TO(TraverseType(T->getModifiedType())); })
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1168 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS()
1177 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS()
1486 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType()
1930 return Visit(T->getModifiedType()); in VisitAttributedType()
3742 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType
3745 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType()
3749 Inner = InnerMQT->getModifiedType(); in getModifiedType()
4618 T = attributed->getModifiedType(); in stripOuterNullability()
H A DTypePrinter.cpp1151 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore()
1156 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter()
1715 printBefore(T->getModifiedType(), OS); in printAttributedBefore()
1760 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
H A DASTStructuralEquivalence.cpp1062 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
1063 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp963 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp3169 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
9621 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
13046 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
H A DASTImporter.cpp1507 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp362 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp907 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
7431 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()
7505 AT = dyn_cast<AttributedType>(AT->getModifiedType()); in HandleWebAssemblyFuncrefAttr()
7533 return Attributed->getModifiedType(); in rebuildAttributedTypeWithoutNullability()
7537 Ctx, Attributed->getModifiedType()); in rebuildAttributedTypeWithoutNullability()
7538 assert(Modified.getTypePtr() != Attributed->getModifiedType().getTypePtr()); in rebuildAttributedTypeWithoutNullability()
7600 Desugared = Attributed->getModifiedType(); in CheckNullabilityTypeSpecifier()
8294 T = AT->getModifiedType(); in hasExplicitCallingConv()
H A DSemaTemplateInstantiate.cpp2833 return Visit(T->getModifiedType()); in VisitAttributedType()
H A DSemaExprObjC.cpp1603 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DTreeTransform.h7090 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1900 TIElementType = getModifiedType(CVElementType); in visitKnownRecord()
2276 printTypeIndex("ModifiedType", Mod.getModifiedType(), StreamTPI); in visitKnownRecord()
2282 LVElement *ModifiedType = getElement(StreamTPI, Mod.getModifiedType()); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2732 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
3795 ->getModifiedType() in GetTypeInfo()

12