Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp38 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp117 Ty = AT->getModifiedType(); in isGlobalConstString()
/freebsd/contrib/llvm-project/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.cpp390 printTypeIndex("ModifiedType", Mod.getModifiedType()); in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h436 if (T->getModifiedType() != T->getEquivalentType()) in VisitAttributedType()
437 Visit(T->getModifiedType()); in VisitAttributedType()
H A DTypeProperties.td663 let Read = [{ node->getModifiedType() }];
H A DType.h5656 QualType getModifiedType() const;
6013 QualType getModifiedType() const { return ModifiedType; }
8552 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h916 return getTypePtr()->getModifiedType(); in getInnerType()
H A DRecursiveASTVisitor.h1138 { TRY_TO(TraverseType(T->getModifiedType())); })
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1230 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 DTypePrinter.cpp1203 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 DASTStructuralEquivalence.cpp1073 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
1074 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp980 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp3550 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI), in getFunctionTypeWithExceptionSpec()
10071 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
13559 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
H A DASTImporter.cpp1533 ExpectedType ToModifiedTypeOrErr = import(T->getModifiedType()); in VisitAttributedType()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp363 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1900 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 DSemaType.cpp7014 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 DSemaObjC.cpp563 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
H A DSemaTemplateInstantiate.cpp3021 return Visit(T->getModifiedType()); in VisitAttributedType()
H A DSemaExprObjC.cpp1615 resultType = attributed->getModifiedType(); in getMessageSendResultType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2740 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
3832 ->getModifiedType() in GetTypeInfo()

12