Home
last modified time | relevance | path

Searched refs:ModifiedType (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp114 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
185 if (Attr.ModifiedType.isNull()) in errorForGCAttrsOnNonObjC()
187 if (!Attr.ModifiedType->isObjCRetainableType()) { in errorForGCAttrsOnNonObjC()
201 if (Attr.ModifiedType.isNull() || in checkWeakGCAttrs()
202 !Attr.ModifiedType->isObjCRetainableType()) in checkWeakGCAttrs()
204 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType, in checkWeakGCAttrs()
339 Attr.ModifiedType.dump(); in dumpGCAttrs()
H A DTransforms.h89 QualType ModifiedType; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h134 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord() argument
135 : TypeRecord(TypeRecordKind::Modifier), ModifiedType(ModifiedType), in ModifierRecord()
138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType()
141 TypeIndex ModifiedType; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp135 if (Record.ModifiedType.isSimple()) in createSymbolForModifiedType()
136 return createSimpleType(Record.ModifiedType, Record.Modifiers); in createSymbolForModifiedType()
139 SymIndexId UnmodifiedId = findSymbolByTypeIndex(Record.ModifiedType); in createSymbolForModifiedType()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp89 return GetIntegralTypeInfo(mfr.ModifiedType, tpi); in GetIntegralTypeInfo()
H A DSymbolFileNativePDB.cpp551 if (mr.ModifiedType.isSimple()) in CreateModifierType()
552 name = std::string(GetSimpleTypeName(mr.ModifiedType.getSimpleKind())); in CreateModifierType()
554 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()
556 lldb::TypeSP modified_type = GetOrCreateType(mr.ModifiedType); in CreateModifierType()
H A DPdbUtil.cpp596 return mr.ModifiedType; in LookThroughModifierRecord()
H A DPdbAstBuilder.cpp590 clang::QualType unmodified_type = GetOrCreateType(modifier.ModifiedType); in CreateModifierType()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp451 P.formatLine("referent = {0}, modifiers = {1}", Mod.ModifiedType, in visitKnownRecord()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp318 error(IO.mapInteger(Record.ModifiedType, "ModifiedType")); in visitKnownRecord()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp401 IO.mapRequired("ModifiedType", Record.ModifiedType); in map()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5998 QualType ModifiedType;
6004 ModifiedType(modified), EquivalentType(equivalent) {
6013 QualType getModifiedType() const { return ModifiedType; }
6075 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2276 printTypeIndex("ModifiedType", Mod.getModifiedType(), StreamTPI); in visitKnownRecord()
2282 LVElement *ModifiedType = getElement(StreamTPI, Mod.getModifiedType()); in visitKnownRecord() local
2328 LastLink->setType(ModifiedType); in visitKnownRecord()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp280 QualType getAttributedType(Attr *A, QualType ModifiedType, in getBTFTagAttributedType()
283 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType);
269 getAttributedType(Attr * A,QualType ModifiedType,QualType EquivType) getAttributedType() argument