HomeSort by: relevance | last modified time | path
    Searched refs:DestRecordTy (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 2248 QualType DestRecordTy;
2252 DestRecordTy = DestPTy->getPointeeType();
2256 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType();
2298 assert(DestRecordTy->isRecordType() &&
2301 DestTy, DestRecordTy, CastEnd);
CGCXXABI.h 268 QualType DestRecordTy, llvm::BasicBlock *CastEnd) = 0;
ItaniumCXXABI.cpp 190 QualType DestRecordTy,
1482 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) {
1490 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType());
1494 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl();
MicrosoftCXXABI.cpp 153 QualType DestRecordTy,
995 QualType DestTy, QualType DestRecordTy, llvm::BasicBlock *CastEnd) {
1001 CGF.CGM.GetAddrOfRTTIDescriptor(DestRecordTy.getUnqualifiedType());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2888 const RecordType *DestRecordTy = DestType->getAs<RecordType>();
2890 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){
2899 if (DestRecordTy && DestRecordTy->getDecl()->isUnion()) {
2900 RecordDecl *RD = DestRecordTy->getDecl();

Completed in 24 milliseconds