Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp38 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp117 Ty = AT->getModifiedType(); in isGlobalConstString()
/openbsd-src/gnu/llvm/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.cpp389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1146 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 DTypePrinter.cpp1095 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 DASTStructuralEquivalence.cpp978 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
979 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp977 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp3208 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
9514 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
12896 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
H A DASTImporter.cpp1496 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransforms.cpp362 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h387 Visit(T->getModifiedType()); in VisitAttributedType()
H A DTypeProperties.td612 let Read = [{ node->getModifiedType() }];
H A DType.h4596 QualType getModifiedType() const;
4898 QualType getModifiedType() const { return ModifiedType; }
7430 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h900 return getTypePtr()->getModifiedType(); in getInnerType()
H A DRecursiveASTVisitor.h1108 { TRY_TO(TraverseType(T->getModifiedType())); })
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1070 return MakeCXType(ATT->getModifiedType(), GetTU(CT)); in clang_Type_getModifiedType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp890 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 DSemaTemplateInstantiate.cpp2642 return Visit(T->getModifiedType()); in VisitAttributedType()
H A DSemaExprObjC.cpp1602 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DTreeTransform.h6979 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2800 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
3870 ->getModifiedType() in GetTypeInfo()

12