Searched refs:ReferentType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| 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
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeTypePointer.cpp | 102 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | DWARFLocationExpression.cpp | 93 return GetIntegralTypeInfo(pr.ReferentType, tpi); in GetIntegralTypeInfo()
|
| D | PdbAstBuilder.cpp | 717 clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType); in CreatePointerType()
|
| D | SymbolFileNativePDB.cpp | 451 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | MinimalTypeDumper.cpp | 439 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | TypeRecordMapping.cpp | 394 error(IO.mapInteger(Record.ReferentType, "PointeeType")); in visitKnownRecord()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLTypes.cpp | 442 IO.mapRequired("ReferentType", Record.ReferentType); in map()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 768 QualType RebuildReferenceType(QualType ReferentType, 14174 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument 14177 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
|
| D | SemaDeclCXX.cpp | 7394 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local 7395 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember() 7397 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()
|