| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.h | 25 TypeIndex getModifiedType(const CVType &CVT);
|
| H A D | TypeRecord.h | 138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.cpp | 47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
|
| H A D | RecordName.cpp | 207 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 390 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 39 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 122 Ty = AT->getModifiedType(); in isGlobalConstString()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | MemberwiseConstructor.cpp | 157 return Visit(T->getModifiedType().getCanonicalType().getTypePtr()); in considerField()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 1142 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() 1151 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS() 1459 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType() 1870 return Visit(T->getModifiedType()); in VisitAttributedType() 3460 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType 3463 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 3467 Inner = InnerMQT->getModifiedType(); in getModifiedType() 4256 T = attributed->getModifiedType(); in stripOuterNullability()
|
| H A D | TypePrinter.cpp | 1099 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore() 1104 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter() 1638 printBefore(T->getModifiedType(), OS); in printAttributedBefore() 1680 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 927 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent() 928 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 823 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
| H A D | ASTContext.cpp | 3185 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 9402 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
|
| H A D | ASTImporter.cpp | 1500 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | Transforms.cpp | 362 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 387 Visit(T->getModifiedType()); in VisitAttributedType()
|
| H A D | TypeProperties.td | 608 let Read = [{ node->getModifiedType() }];
|
| H A D | Type.h | 4504 QualType getModifiedType() const; 4783 QualType getModifiedType() const { return ModifiedType; } 7335 Ty = A->getModifiedType().getTypePtr();
|
| H A D | TypeLoc.h | 900 return getTypePtr()->getModifiedType(); in getInnerType()
|
| H A D | RecursiveASTVisitor.h | 1125 { TRY_TO(TraverseType(T->getModifiedType())); })
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 1060 return MakeCXType(ATT->getModifiedType(), GetTU(CT)); in clang_Type_getModifiedType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 887 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs() 7169 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr() 7299 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier() 7825 T = AT->getModifiedType(); in hasExplicitCallingConv()
|
| H A D | SemaTemplateInstantiate.cpp | 2332 return Visit(T->getModifiedType()); in VisitAttributedType()
|
| H A D | SemaExprObjC.cpp | 1604 resultType = attributed->getModifiedType(); in getMessageSendResultType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2767 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType() 3823 ->getModifiedType() in GetTypeInfo()
|