/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 38 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonnullGlobalConstantsChecker.cpp | 117 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/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 436 if (T->getModifiedType() != T->getEquivalentType()) in VisitAttributedType() 437 Visit(T->getModifiedType()); in VisitAttributedType()
|
H A D | TypeProperties.td | 663 let Read = [{ node->getModifiedType() }];
|
H A D | Type.h | 5656 QualType getModifiedType() const; 6013 QualType getModifiedType() const { return ModifiedType; } 8552 Ty = A->getModifiedType().getTypePtr();
|
H A D | TypeLoc.h | 916 return getTypePtr()->getModifiedType(); in getInnerType()
|
H A D | RecursiveASTVisitor.h | 1138 { TRY_TO(TraverseType(T->getModifiedType())); })
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 1230 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() 1239 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS() 1548 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType() 1993 return Visit(T->getModifiedType()); in VisitAttributedType() 3891 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType 3894 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 3898 Inner = InnerMQT->getModifiedType(); in getModifiedType() 4863 T = attributed->getModifiedType(); in stripOuterNullability()
|
H A D | TypePrinter.cpp | 1203 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore() 1208 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter() 1821 printBefore(T->getModifiedType(), OS); in printAttributedBefore() 1866 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
|
H A D | ASTStructuralEquivalence.cpp | 1073 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent() 1074 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 980 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
H A D | ASTContext.cpp | 3550 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 10071 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier() 13559 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
|
H A D | ASTImporter.cpp | 1533 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 363 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1900 TIElementType = getModifiedType(CVElementType); in visitKnownRecord() 2276 printTypeIndex("ModifiedType", Mod.getModifiedType(), StreamTPI); in visitKnownRecord() 2282 LVElement *ModifiedType = getElement(StreamTPI, Mod.getModifiedType()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 7014 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr() 7088 AT = dyn_cast<AttributedType>(AT->getModifiedType()); in HandleWebAssemblyFuncrefAttr() 7116 return Attributed->getModifiedType(); in rebuildAttributedTypeWithoutNullability() 7120 Ctx, Attributed->getModifiedType()); in rebuildAttributedTypeWithoutNullability() 7121 assert(Modified.getTypePtr() != Attributed->getModifiedType().getTypePtr()); in rebuildAttributedTypeWithoutNullability() 7183 Desugared = Attributed->getModifiedType(); in CheckNullabilityTypeSpecifier() 7992 T = AT->getModifiedType(); in hasExplicitCallingConv()
|
H A D | SemaObjC.cpp | 563 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
|
H A D | SemaTemplateInstantiate.cpp | 3021 return Visit(T->getModifiedType()); in VisitAttributedType()
|
H A D | SemaExprObjC.cpp | 1615 resultType = attributed->getModifiedType(); in getMessageSendResultType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2740 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType() 3832 ->getModifiedType() in GetTypeInfo()
|