Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h26 LLVM_ABI 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.cpp37 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp116 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/lib/Serialization/
H A DTemplateArgumentHasher.cpp276 AddQualType(T->getModifiedType()); in VisitAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h442 if (T->getModifiedType() != T->getEquivalentType()) in VisitAttributedType()
443 Visit(T->getModifiedType()); in VisitAttributedType()
H A DTypeProperties.td655 let Read = [{ node->getModifiedType() }];
H A DType.h5868 QualType getModifiedType() const;
6218 QualType getModifiedType() const { return ModifiedType; }
8969 Ty = A->getModifiedType().getTypePtr();
H A DTypeLoc.h918 return getTypePtr()->getModifiedType(); in getInnerType()
H A DRecursiveASTVisitor.h1143 { TRY_TO(TraverseType(T->getModifiedType())); })
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp423 getFullyQualifiedType(AT->getModifiedType(), Ctx, WithGlobalNsPrefix); in getFullyQualifiedType()
H A DType.cpp1279 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS()
1288 T->getModifiedType().getAsOpaquePtr() && in SUGARED_TYPE_CLASS()
1593 newAttrType->getModifiedType(), newEquivType, in VisitAttributedType()
2045 return Visit(T->getModifiedType()); in VisitAttributedType()
4066 QualType MacroQualifiedType::getModifiedType() const { in getModifiedType() function in MacroQualifiedType
4069 QualType Inner = cast<AttributedType>(getUnderlyingType())->getModifiedType(); in getModifiedType()
4073 Inner = InnerMQT->getModifiedType(); in getModifiedType()
5106 T = attributed->getModifiedType(); in stripOuterNullability()
H A DTypePrinter.cpp1245 printBefore(T->getModifiedType(), OS); in printMacroQualifiedBefore()
1250 printAfter(T->getModifiedType(), OS); in printMacroQualifiedAfter()
1878 printBefore(T->getModifiedType(), OS); in printAttributedBefore()
1923 printAfter(T->getModifiedType(), OS); in printAttributedAfter()
H A DASTStructuralEquivalence.cpp1147 cast<AttributedType>(T1)->getModifiedType(), in IsStructurallyEquivalent()
1148 cast<AttributedType>(T2)->getModifiedType())) in IsStructurallyEquivalent()
H A DODRHash.cpp1008 AddQualType(T->getModifiedType()); in VisitAttributedType()
H A DASTContext.cpp3730 adjustType(AT->getModifiedType(), Adjust), in adjustType()
10644 Ty = Attr->getModifiedType(); in hasDirectOwnershipQualifier()
14365 QualType MX = AX->getModifiedType(), MY = AY->getModifiedType(); in getCommonSugarTypeNode()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1893 TIElementType = getModifiedType(CVElementType); in visitKnownRecord()
2270 printTypeIndex("ModifiedType", Mod.getModifiedType(), StreamTPI); in visitKnownRecord()
2276 LVElement *ModifiedType = getElement(StreamTPI, Mod.getModifiedType()); in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7042 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()
7116 AT = dyn_cast<AttributedType>(AT->getModifiedType()); in HandleWebAssemblyFuncrefAttr()
7198 return Attributed->getModifiedType(); in rebuildAttributedTypeWithoutNullability()
7202 Ctx, Attributed->getModifiedType()); in rebuildAttributedTypeWithoutNullability()
7203 assert(Modified.getTypePtr() != Attributed->getModifiedType().getTypePtr()); in rebuildAttributedTypeWithoutNullability()
7266 Desugared = Attributed->getModifiedType(); in CheckNullabilityTypeSpecifier()
8155 T = AT->getModifiedType(); in hasExplicitCallingConv()
H A DSemaObjC.cpp559 typeArg = attr.getTypePtr()->getModifiedType(); in applyObjCTypeArgs()
H A DSemaTemplateInstantiate.cpp3209 return Visit(T->getModifiedType()); in VisitAttributedType()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp281 getFragmentsForType(AT->getModifiedType(), Context, After)); in getFragmentsForType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2769 ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(), in GetCompleteQualType()
3858 ->getModifiedType() in GetTypeInfo()

12