Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h25 TypeIndex getModifiedType(const CVType &CVT);
H A DTypeRecord.h138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
H A DRecordName.cpp207 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
H A DTypeDumpVisitor.cpp390 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp39 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp122 Ty = AT->getModifiedType(); in isGlobalConstString()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp157 return Visit(T->getModifiedType().getCanonicalType().getTypePtr()); in considerField()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1142 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 DTypePrinter.cpp1099 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 DASTStructuralEquivalence.cpp927 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
928 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp823 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp3185 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
9402 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1500 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransforms.cpp362 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h387 Visit(T->getModifiedType()); in VisitAttributedType()
H A DTypeProperties.td608 let Read = [{ node->getModifiedType() }];
H A DType.h4504 QualType getModifiedType() const;
4783 QualType getModifiedType() const { return ModifiedType; }
7335 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h900 return getTypePtr()->getModifiedType(); in getInnerType()
H A DRecursiveASTVisitor.h1125 { TRY_TO(TraverseType(T->getModifiedType())); })
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp1060 return MakeCXType(ATT->getModifiedType(), GetTU(CT)); in clang_Type_getModifiedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp887 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 DSemaTemplateInstantiate.cpp2332 return Visit(T->getModifiedType()); in VisitAttributedType()
H A DSemaExprObjC.cpp1604 resultType = attributed->getModifiedType(); in getMessageSendResultType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2767 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
3823 ->getModifiedType() in GetTypeInfo()

12