HomeSort by relevance Sort by last modified time
    Searched defs:RecordTy (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 221 const RecordType *RecordTy = T->getAs<RecordType>();
222 if (!RecordTy) return false;
225 RecordDecl *Record = RecordTy->getDecl();
    [all...]
CGStmt.cpp     [all...]
CGClass.cpp 545 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
546 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
577 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
832 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
834 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
837 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 698 QualType RecordTy = BaseType;
699 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
701 RecordTy->getAs<RecordType>(),
    [all...]
SemaPseudoObject.cpp     [all...]
SemaExprCXX.cpp 703 const RecordType *RecordTy = Ty->getAs<RecordType>();
704 if (!RecordTy)
706 CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl());
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 109 milliseconds