| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.h | 26 LLVM_ABI TypeIndex getModifiedType(const CVType &CVT);
|
| H A D | TypeRecord.h | 138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.cpp | 37 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 116 Ty = AT->getModifiedType(); in isGlobalConstString()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 276 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 442 if (T->getModifiedType() != T->getEquivalentType()) in VisitAttributedType() 443 Visit(T->getModifiedType()); in VisitAttributedType()
|
| H A D | TypeProperties.td | 655 let Read = [{ node->getModifiedType() }];
|
| H A D | Type.h | 5868 QualType getModifiedType() const; 6218 QualType getModifiedType() const { return ModifiedType; } 8969 Ty = A->getModifiedType().getTypePtr();
|
| H A D | TypeLoc.h | 918 return getTypePtr()->getModifiedType(); in getInnerType()
|
| H A D | RecursiveASTVisitor.h | 1143 { TRY_TO(TraverseType(T->getModifiedType())); })
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 423 getFullyQualifiedType(AT->getModifiedType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
|
| H A D | Type.cpp | 1279 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() 1288 T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS() 1593 newAttrType->getModifiedType(), newEquivType, in VisitAttributedType() 2045 return Visit(T->getModifiedType()); in VisitAttributedType() 4066 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType 4069 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 4073 Inner = InnerMQT->getModifiedType(); in getModifiedType() 5106 T = attributed->getModifiedType(); in stripOuterNullability()
|
| H A D | TypePrinter.cpp | 1245 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore() 1250 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter() 1878 printBefore(T->getModifiedType(), OS); in printAttributedBefore() 1923 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 1147 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent() 1148 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1008 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
| H A D | ASTContext.cpp | 3730 adjustType(AT->getModifiedType(), Adjust), in adjustType() 10644 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier() 14365 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1893 TIElementType = getModifiedType(CVElementType); in visitKnownRecord() 2270 printTypeIndex("ModifiedType", Mod.getModifiedType(), StreamTPI); in visitKnownRecord() 2276 LVElement *ModifiedType = getElement(StreamTPI, Mod.getModifiedType()); in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7042 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr() 7116 AT = dyn_cast<AttributedType>(AT->getModifiedType()); in HandleWebAssemblyFuncrefAttr() 7198 return Attributed->getModifiedType(); in rebuildAttributedTypeWithoutNullability() 7202 Ctx, Attributed->getModifiedType()); in rebuildAttributedTypeWithoutNullability() 7203 assert(Modified.getTypePtr() != Attributed->getModifiedType().getTypePtr()); in rebuildAttributedTypeWithoutNullability() 7266 Desugared = Attributed->getModifiedType(); in CheckNullabilityTypeSpecifier() 8155 T = AT->getModifiedType(); in hasExplicitCallingConv()
|
| H A D | SemaObjC.cpp | 559 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
|
| H A D | SemaTemplateInstantiate.cpp | 3209 return Visit(T->getModifiedType()); in VisitAttributedType()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 281 getFragmentsForType(AT->getModifiedType(), Context, After)); in getFragmentsForType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2769 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType() 3858 ->getModifiedType() in GetTypeInfo()
|