Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h290 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument
291 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
294 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
296 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
299 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
301 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
304 TypeIndex getReferentType() const { return ReferentType; } in getReferentType()
354 TypeIndex ReferentType; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp103 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp535 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
H A DPdbAstBuilder.cpp718 clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType); in CreatePointerType()
H A DSymbolFileNativePDB.cpp463 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp190 error(IO.mapInteger(Record.ReferentType)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp433 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp438 IO.mapRequired("ReferentType", Record.ReferentType); in map()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h715 QualType RebuildReferenceType(QualType ReferentType,
12339 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument
12342 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
H A DSemaDeclCXX.cpp6581 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local
6582 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember()
6584 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()