Searched refs:ReferentType (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 283 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 D | NativeTypePointer.cpp | 102 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 439 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 394 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 442 IO.mapRequired("ReferentType", Record.ReferentType); in map()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 768 QualType RebuildReferenceType(QualType ReferentType, 14109 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument 14112 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
|
| H A D | SemaDeclCXX.cpp | 7391 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local 7392 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember() 7394 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()
|