Home
last modified time | relevance | path

Searched refs:ClassDerived (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dsuper-property-notation.m43 @interface ClassDerived : ClassBase interface
44 @property (nonatomic, retain) ClassDerived * foo; // expected-warning {{auto property synthesis wil…
47 @implementation ClassDerived // expected-note {{detected while default synthesizing properties in c… implementation
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h332 ClassDerived, enumerator
355 return category_ == ClassDerived || IsUnlimitedPolymorphic(); in IsPolymorphic()
370 CHECK(category_ == TypeDerived || category_ == ClassDerived); in derivedTypeSpec()
374 CHECK(category_ == TypeDerived || category_ == ClassDerived); in derivedTypeSpec()
454 case ClassDerived: in AsDerived()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTBAAMetadataTest.cpp971 auto ClassDerived = in TEST() local
992 ClassDerived, in TEST()
1047 auto ClassDerived = in TEST() local
1068 ClassDerived, in TEST()
1121 auto ClassDerived = MMTuple( in TEST() local
1145 ClassDerived, in TEST()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp239 ? DeclTypeSpec::ClassDerived in GetType()
436 type.category() == DeclTypeSpec::ClassDerived) { in InstantiateDerivedTypes()
H A Dtype.cpp731 CHECK(category == TypeDerived || category == ClassDerived);
735 CHECK(category == TypeDerived || category == ClassDerived);
782 case ClassDerived: in AsFortran()
H A Dcheck-allocate.cpp255 } else if (type1.category() == DeclTypeSpec::Category::ClassDerived) { in IsTypeCompatible()
H A Dresolve-names.cpp4379 SetDeclTypeSpecCategory(DeclTypeSpec::Category::ClassDerived); in Pre()
6375 type.IsPolymorphic() ? DeclTypeSpec::ClassDerived in ToDeclTypeSpec()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtype.cpp386 *derived, type.category() == semantics::DeclTypeSpec::ClassDerived}; in From()