| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.h | 25 TypeIndex getModifiedType(const CVType &CVT);
|
| H A D | TypeRecord.h | 138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 38 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 117 Ty = AT->getModifiedType(); in isGlobalConstString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.cpp | 47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
|
| H A D | RecordName.cpp | 207 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 393 if (T->getModifiedType() != T->getEquivalentType()) in VisitAttributedType() 394 Visit(T->getModifiedType()); in VisitAttributedType()
|
| H A D | TypeProperties.td | 616 let Read = [{ node->getModifiedType() }];
|
| H A D | Type.h | 4802 QualType getModifiedType() const; 5099 QualType getModifiedType() const { return ModifiedType; } 7612 Ty = A->getModifiedType().getTypePtr();
|
| H A D | TypeLoc.h | 906 return getTypePtr()->getModifiedType(); in getInnerType()
|
| H A D | RecursiveASTVisitor.h | 1102 { TRY_TO(TraverseType(T->getModifiedType())); })
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1168 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 D | TypePrinter.cpp | 1151 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 D | ASTStructuralEquivalence.cpp | 1062 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent() 1063 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 963 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
| H A D | ASTContext.cpp | 3169 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 9621 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier() 13046 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 1507 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 362 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 907 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 D | SemaTemplateInstantiate.cpp | 2833 return Visit(T->getModifiedType()); in VisitAttributedType()
|
| H A D | SemaExprObjC.cpp | 1603 resultType = attributed->getModifiedType(); in getMessageSendResultType()
|
| H A D | TreeTransform.h | 7090 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1900 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 D | TypeSystemClang.cpp | 2732 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType() 3795 ->getModifiedType() in GetTypeInfo()
|