Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
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
/external/llvm-project/clang/test/SemaObjC/
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
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h309 ClassDerived, enumerator
332 return category_ == ClassDerived || IsUnlimitedPolymorphic(); in IsPolymorphic()
347 CHECK(category_ == TypeDerived || category_ == ClassDerived); in derivedTypeSpec()
351 CHECK(category_ == TypeDerived || category_ == ClassDerived); in derivedTypeSpec()
431 case ClassDerived: in AsDerived()
/external/llvm-project/clang/unittests/CodeGen/
DTBAAMetadataTest.cpp971 auto ClassDerived = MMTuple( in TEST() local
995 ClassDerived, in TEST()
1050 auto ClassDerived = MMTuple( in TEST() local
1074 ClassDerived, in TEST()
1127 auto ClassDerived = MMTuple( in TEST() local
1151 ClassDerived, in TEST()
/external/llvm-project/flang/lib/Semantics/
Dtype.cpp592 CHECK(category == TypeDerived || category == ClassDerived);
596 CHECK(category == TypeDerived || category == ClassDerived);
636 case ClassDerived: in AsFortran()
Dscope.cpp367 type.category() == DeclTypeSpec::ClassDerived) { in InstantiateDerivedTypes()
Dcheck-allocate.cpp255 } else if (type1.category() == DeclTypeSpec::Category::ClassDerived) { in IsTypeCompatible()
Dresolve-names.cpp3604 SetDeclTypeSpecCategory(DeclTypeSpec::Category::ClassDerived); in Pre()
5404 type.IsPolymorphic() ? DeclTypeSpec::ClassDerived in ToDeclTypeSpec()
/external/llvm-project/flang/lib/Evaluate/
Dtype.cpp352 *derived, type.category() == semantics::DeclTypeSpec::ClassDerived}; in From()