/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 114 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 D | Transforms.h | 89 QualType ModifiedType; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 134 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 D | SymbolCache.cpp | 135 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 D | DWARFLocationExpression.cpp | 89 return GetIntegralTypeInfo(mfr.ModifiedType, tpi); in GetIntegralTypeInfo()
|
H A D | SymbolFileNativePDB.cpp | 551 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 D | PdbUtil.cpp | 596 return mr.ModifiedType; in LookThroughModifierRecord()
|
H A D | PdbAstBuilder.cpp | 590 clang::QualType unmodified_type = GetOrCreateType(modifier.ModifiedType); in CreateModifierType()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 451 P.formatLine("referent = {0}, modifiers = {1}", Mod.ModifiedType, in visitKnownRecord()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 318 error(IO.mapInteger(Record.ModifiedType, "ModifiedType")); in visitKnownRecord()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 401 IO.mapRequired("ModifiedType", Record.ModifiedType); in map()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 5998 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 D | LVCodeViewVisitor.cpp | 2276 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 D | SemaType.cpp | 280 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
|