Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h25 TypeIndex getModifiedType(const CVType &CVT);
H A DTypeRecord.h137 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() function in llvm::codeview
H A DRecordName.cpp203 Name.append(Types.getTypeName(Mod.getModifiedType())); in visitKnownRecord()
H A DTypeDumpVisitor.cpp389 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp36 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp122 Ty = AT->getModifiedType(); in isGlobalConstString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1136 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS()
1145 == T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS()
1453 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType()
1861 return Visit(T->getModifiedType()); in VisitAttributedType()
3393 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType
3396 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType()
3400 Inner = InnerMQT->getModifiedType(); in getModifiedType()
4186 T = attributed->getModifiedType(); in stripOuterNullability()
H A DTypePrinter.cpp1054 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore()
1059 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter()
1589 printBefore(T->getModifiedType(), OS); in printAttributedBefore()
1631 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
H A DASTStructuralEquivalence.cpp925 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
926 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp822 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp3089 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
8737 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
H A DASTImporter.cpp1434 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransforms.cpp364 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h363 Visit(T->getModifiedType()); in VisitAttributedType()
H A DTypeProperties.td595 let Read = [{ node->getModifiedType() }];
H A DType.h4413 QualType getModifiedType() const;
4692 QualType getModifiedType() const { return ModifiedType; }
7193 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h891 return getTypePtr()->getModifiedType(); in getInnerType()
H A DRecursiveASTVisitor.h1032 { TRY_TO(TraverseType(T->getModifiedType())); })
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1049 return MakeCXType(ATT->getModifiedType(), GetTU(CT)); in clang_Type_getModifiedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp896 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
6987 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()
7117 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
7637 T = AT->getModifiedType(); in hasExplicitCallingConv()
H A DSemaTemplateInstantiate.cpp2294 return Visit(T->getModifiedType()); in VisitAttributedType()
H A DSemaExprObjC.cpp1604 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DTreeTransform.h6751 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
H A DSemaDecl.cpp3096 AT = AT->getModifiedType()->getAs<AttributedType>(); in getCallingConvAttributedType()