| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.h | 24 TypeIndex getModifiedType(const CVType &CVT);
|
| H A D | TypeRecord.h | 144 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.cpp | 48 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
|
| H A D | RecordName.cpp | 202 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 390 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 37 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 363 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 557 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent() 558 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 1001 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 D | TypePrinter.cpp | 1381 printBefore(T->getModifiedType(), OS); in printAttributedBefore() 1421 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
|
| H A D | ODRHash.cpp | 745 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
| H A D | ASTDumper.cpp | 181 dumpTypeAsChild(T->getModifiedType()); in VisitAttributedType()
|
| H A D | ASTContext.cpp | 2770 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
|
| H A D | ASTImporter.cpp | 1347 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 900 return getTypePtr()->getModifiedType(); in getInnerType()
|
| H A D | Type.h | 4450 QualType getModifiedType() const { return ModifiedType; } 6781 Ty = A->getModifiedType().getTypePtr();
|
| H A D | RecursiveASTVisitor.h | 1065 { TRY_TO(TraverseType(T->getModifiedType())); })
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 861 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 D | SemaExprObjC.cpp | 1426 resultType = attributed->getModifiedType(); in getMessageSendResultType()
|
| H A D | TreeTransform.h | 6111 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
|
| H A D | SemaDecl.cpp | 2860 AT = AT->getModifiedType()->getAs<AttributedType>(); in getCallingConvAttributedType()
|
| H A D | SemaExpr.cpp | 15004 Ty = AttrTy->getModifiedType(); in captureInBlock()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 2808 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 D | ASTWriter.cpp | 404 Record.AddTypeRef(T->getModifiedType()); in VisitAttributedType()
|