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

/external/clang/lib/Sema/
H A DSemaInit.cpp3154 const RecordType *T1RecordType = 0; local
3155 if (AllowRValues && (T1RecordType = T1->getAs<RecordType>()) &&
3159 CXXRecordDecl *T1RecordDecl = cast<CXXRecordDecl>(T1RecordType->getDecl());
3190 if (T1RecordType && T1RecordType->getDecl()->isInvalidDecl())

Completed in 256 milliseconds