Home
last modified time | relevance | path

Searched refs:ReferentType (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h284 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument
285 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
288 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
290 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
295 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
298 TypeIndex getReferentType() const { return ReferentType; } in getReferentType()
348 TypeIndex ReferentType; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypePointer.cpp103 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDDWARFLocationExpression.cpp94 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
HDPdbAstBuilder.cpp518 clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType); in CreatePointerType()
HDSymbolFileNativePDB.cpp568 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp444 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeRecordMapping.cpp413 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp443 IO.mapRequired("ReferentType", Record.ReferentType); in map()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp7675 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local
7676 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember()
7678 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()
HDTreeTransform.h854 QualType RebuildReferenceType(QualType ReferentType,
15979 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument
15982 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()