Searched refs:T2RecordType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp3193 const RecordType *T2RecordType = 0; local
3194 if ((T2RecordType = T2->getAs<RecordType>()) &&
3198 CXXRecordDecl *T2RecordDecl = cast<CXXRecordDecl>(T2RecordType->getDecl());
3234 if (T2RecordType && T2RecordType->getDecl()->isInvalidDecl())

Completed in 52 milliseconds