reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
172 ClassParent = UnmodifiedType; 179 if (UnmodifiedType) 180 return UnmodifiedType->getBuiltinType(); 251 return UnmodifiedType ? UnmodifiedType->getSymIndexId() : 0; 251 return UnmodifiedType ? UnmodifiedType->getSymIndexId() : 0; 255 if (UnmodifiedType) 256 return UnmodifiedType->hasConstructor(); 263 if (UnmodifiedType) 264 return UnmodifiedType->hasAssignmentOperator(); 271 if (UnmodifiedType) 272 return UnmodifiedType->hasNestedTypes(); 279 if (UnmodifiedType) 280 return UnmodifiedType->isIntrinsic(); 286 if (UnmodifiedType) 287 return UnmodifiedType->hasCastOperator(); 294 if (UnmodifiedType) 295 return UnmodifiedType->getLength(); 305 if (UnmodifiedType) 306 return UnmodifiedType->getName(); 312 if (UnmodifiedType) 313 return UnmodifiedType->isNested(); 319 if (UnmodifiedType) 320 return UnmodifiedType->hasOverloadedOperator(); 327 if (UnmodifiedType) 328 return UnmodifiedType->isPacked(); 334 if (UnmodifiedType) 335 return UnmodifiedType->isScoped(); 341 if (UnmodifiedType) 342 return UnmodifiedType->getTypeId(); 376 if (UnmodifiedType) 377 return UnmodifiedType->getUnderlyingBuiltinType();