/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 38 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonnullGlobalConstantsChecker.cpp | 117 Ty = AT->getModifiedType(); in isGlobalConstString()
|
/openbsd-src/gnu/llvm/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 | 389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 1146 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() 1155 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS() 1464 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType() 1894 return Visit(T->getModifiedType()); in VisitAttributedType() 3476 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType 3479 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType() 3483 Inner = InnerMQT->getModifiedType(); in getModifiedType() 4345 T = attributed->getModifiedType(); in stripOuterNullability()
|
H A D | TypePrinter.cpp | 1095 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore() 1100 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter() 1639 printBefore(T->getModifiedType(), OS); in printAttributedBefore() 1681 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
|
H A D | ASTStructuralEquivalence.cpp | 978 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent() 979 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 977 AddQualType(T->getModifiedType()); in VisitAttributedType()
|
H A D | ASTContext.cpp | 3208 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec() 9514 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier() 12896 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
|
H A D | ASTImporter.cpp | 1496 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 362 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 387 Visit(T->getModifiedType()); in VisitAttributedType()
|
H A D | TypeProperties.td | 612 let Read = [{ node->getModifiedType() }];
|
H A D | Type.h | 4596 QualType getModifiedType() const; 4898 QualType getModifiedType() const { return ModifiedType; } 7430 Ty = A->getModifiedType().getTypePtr();
|
H A D | TypeLoc.h | 900 return getTypePtr()->getModifiedType(); in getInnerType()
|
H A D | RecursiveASTVisitor.h | 1108 { TRY_TO(TraverseType(T->getModifiedType())); })
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 1070 return MakeCXType(ATT->getModifiedType(), GetTU(CT)); in clang_Type_getModifiedType()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 890 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs() 7272 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr() 7400 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier() 7926 T = AT->getModifiedType(); in hasExplicitCallingConv()
|
H A D | SemaTemplateInstantiate.cpp | 2642 return Visit(T->getModifiedType()); in VisitAttributedType()
|
H A D | SemaExprObjC.cpp | 1602 resultType = attributed->getModifiedType(); in getMessageSendResultType()
|
H A D | TreeTransform.h | 6979 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2800 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType() 3870 ->getModifiedType() in GetTypeInfo()
|