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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3488 const RecordType *T2RecordType = 0; local
3489 if ((T2RecordType = T2->getAs<RecordType>()) &&
3493 CXXRecordDecl *T2RecordDecl = cast<CXXRecordDecl>(T2RecordType->getDecl());
3530 if (T2RecordType && T2RecordType->getDecl()->isInvalidDecl())

Completed in 97 milliseconds