Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h283 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument
284 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
287 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
289 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
292 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
294 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
297 TypeIndex getReferentType() const { return ReferentType; } in getReferentType()
347 TypeIndex ReferentType; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp102 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp93 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
DPdbAstBuilder.cpp717 clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType); in CreatePointerType()
DSymbolFileNativePDB.cpp451 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp439 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp394 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp442 IO.mapRequired("ReferentType", Record.ReferentType); in map()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h768 QualType RebuildReferenceType(QualType ReferentType,
14174 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument
14177 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
DSemaDeclCXX.cpp7394 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local
7395 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember()
7397 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()