Home
last modified time | relevance | path

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

1234

/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DColorReference.cpp30 unsigned char modifiedType = (m_modifiedColor >> 24) & 0xFF; in getFinalColor() local
31 if (modifiedType == CHANGE_INTENSITY) in getFinalColor()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DTypeResolver.NativeFormat.cs48 … ModifiedType modifiedType = typeDefRefOrSpec.ToModifiedTypeHandle(reader).GetModifiedType(reader); in TryResolve()
49 return modifiedType.Type.TryResolve(reader, typeContext, ref exception); in TryResolve()
H A DMetadataReaderExtensions.NativeFormat.cs151 … ModifiedType modifiedType = handle.ToModifiedTypeHandle(reader).GetModifiedType(reader); in GetCustomModifiers()
152 if (optional == modifiedType.IsOptional) in GetCustomModifiers()
154 Type customModifier = modifiedType.ModifierType.Resolve(reader, typeContext); in GetCustomModifiers()
158 handle = modifiedType.Type; in GetCustomModifiers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/
H A DLambdaExpressionAndMethodRefCleanUp.java476 ITypeBinding modifiedType; in copyType() local
479 modifiedType= typeBinding.getErasure(); in copyType()
481 modifiedType= typeBinding; in copyType()
484 return ASTNodeFactory.newCreationType(ast, modifiedType, importRewrite, importContext); in copyType()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dmimetypesettings.cpp345 UserMimeType modifiedType = m_pendingModifiedMimeTypes.value(currentMimeType.name()); in syncData() local
347 modifiedType.isValid() ? modifiedType.globPatterns.join(kSemiColon) in syncData()
351 modifiedType.isValid() ? modifiedType.rules in syncData()
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DOOXML.pm143 modifiedType=> { Hidden => 1, RawConv => 'undef' }, # ignore this XML type name
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DOOXML.pm143 modifiedType=> { Hidden => 1, RawConv => 'undef' }, # ignore this XML type name
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DTypeProperties.td546 def : Property<"modifiedType", QualType> {
557 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td546 def : Property<"modifiedType", QualType> {
557 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DTypeProperties.td590 def : Property<"modifiedType", QualType> {
601 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DTypeProperties.td598 def : Property<"modifiedType", QualType> {
609 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DTypeProperties.td590 def : Property<"modifiedType", QualType> {
601 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DType.cpp1070 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1071 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1078 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1084 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DType.cpp1018 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1019 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1026 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1032 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DType.cpp1070 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1071 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1078 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1084 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DType.cpp1001 QualType modifiedType = recurse(T->getModifiedType()); in TRIVIAL_TYPE_CLASS() local
1002 if (modifiedType.isNull()) in TRIVIAL_TYPE_CLASS()
1009 if (modifiedType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS()
1015 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DType.cpp1015 QualType modifiedType = recurse(T->getModifiedType());
1016 if (modifiedType.isNull())
1023 if (modifiedType.getAsOpaquePtr()
1029 return Ctx.getAttributedType(T->getAttrKind(), modifiedType,

1234