Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isDerivedType

146 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
147 bool DIDescriptor::isDerivedType() const {
199 return isBasicType() || isCompositeType() || isDerivedType();
302 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
418 return isDerivedType();
517 else if (BaseType.isDerivedType())
737 else if (isDerivedType()) {
1099 } else if (DT.isDerivedType()) {
1211 if (T.isDerivedType())