Home | History | Annotate | Download | only in AST

Lines Matching refs:RecordType

51     ND = ty->getAs<RecordType>()->getDecl();
329 if (const RecordType *RT = getAs<RecordType>())
334 if (const RecordType *RT = getAs<RecordType>())
339 if (const RecordType *RT = getAs<RecordType>())
350 if (const RecordType *RT = getAs<RecordType>())
385 const RecordType *Type::getAsStructureType() const {
387 if (const RecordType *RT = dyn_cast<RecordType>(this)) {
393 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) {
399 return cast<RecordType>(getUnqualifiedDesugaredType());
404 const RecordType *Type::getAsUnionType() const {
406 if (const RecordType *RT = dyn_cast<RecordType>(this)) {
412 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) {
418 return cast<RecordType>(getUnqualifiedDesugaredType());
482 RecordType *RT = PT->getPointeeType()->getAs<RecordType>())
488 if (const RecordType *RT = getAs<RecordType>())
821 if (const RecordType *Record = dyn_cast<RecordType>(CanonicalType)) {
868 RecordDecl *Rec = cast<RecordType>(CanonicalType)->getDecl();
949 = dyn_cast<CXXRecordDecl>(cast<RecordType>(CanonicalType)->getDecl()))
1001 if (const RecordType *RT = CanonicalType->getAs<RecordType>()) {
1057 if (const RecordType *RT = CanonicalType->getAs<RecordType>()) {
1104 if (const RecordType *RT = BaseTy->getAs<RecordType>()) {
1143 if (const RecordType *RT = BaseTy->getAs<RecordType>()) {
1197 if (const RecordType *RT = BaseTy->getAs<RecordType>()) {