Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp102 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp439 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp394 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp442 IO.mapRequired("ReferentType", Record.ReferentType); in map()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h768 QualType RebuildReferenceType(QualType ReferentType,
14109 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument
14112 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
H A DSemaDeclCXX.cpp7391 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local
7392 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember()
7394 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()