Searched refs:ReferentType (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 284 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
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 103 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 94 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
|
| H A D | PdbAstBuilder.cpp | 517 clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType); in CreatePointerType()
|
| H A D | SymbolFileNativePDB.cpp | 565 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 442 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 413 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 442 IO.mapRequired("ReferentType", Record.ReferentType); in map()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 812 QualType RebuildReferenceType(QualType ReferentType, 14657 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument 14660 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
|
| H A D | SemaDeclCXX.cpp | 7556 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local 7557 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember() 7559 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()
|