Home
last modified time | relevance | path

Searched refs:getModifiedType (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h24 TypeIndex getModifiedType(const CVType &CVT);
H A DTypeRecord.h144 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp48 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
H A DRecordName.cpp202 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
H A DTypeDumpVisitor.cpp390 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp37 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.cpp363 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp557 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
558 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DType.cpp1001 QualType modifiedType = recurse(T->getModifiedType()); in TRIVIAL_TYPE_CLASS()
1010 == T->getModifiedType().getAsOpaquePtr() && in TRIVIAL_TYPE_CLASS()
1713 return Visit(T->getModifiedType()); in VisitAttributedType()
3836 T = attributed->getModifiedType(); in stripOuterNullability()
H A DTypePrinter.cpp1381 printBefore(T->getModifiedType(), OS); in printAttributedBefore()
1421 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
H A DODRHash.cpp745 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTDumper.cpp181 dumpTypeAsChild(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp2770 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
H A DASTImporter.cpp1347 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h900 return getTypePtr()->getModifiedType(); in getInnerType()
H A DType.h4450 QualType getModifiedType() const { return ModifiedType; }
6781 Ty = A->getModifiedType().getTypePtr();
H A DRecursiveASTVisitor.h1065 { TRY_TO(TraverseType(T->getModifiedType())); })
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp861 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
5935 type = attr->getModifiedType(); in hasDirectOwnershipQualifier()
6473 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
6923 R = AT->getModifiedType().IgnoreParens(); in hasExplicitCallingConv()
H A DSemaExprObjC.cpp1426 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DTreeTransform.h6111 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
H A DSemaDecl.cpp2860 AT = AT->getModifiedType()->getAs<AttributedType>(); in getCallingConvAttributedType()
H A DSemaExpr.cpp15004 Ty = AttrTy->getModifiedType(); in captureInBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2808 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
4045 ->getModifiedType().getAsOpaquePtr(), in GetTypeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp404 Record.AddTypeRef(T->getModifiedType()); in VisitAttributedType()