HomeSort by relevance Sort by last modified time
    Searched defs:RecordTy (Results 1 - 7 of 7) 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 543 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
544 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
577 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
802 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
804 LValue DestLV = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
807 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 680 QualType RecordTy = BaseType;
681 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
683 RecordTy->getAs<RecordType>(),
    [all...]
SemaPseudoObject.cpp     [all...]
SemaExprCXX.cpp 663 const RecordType *RecordTy = Ty->getAs<RecordType>();
664 if (!RecordTy)
666 CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl());
    [all...]
SemaOverload.cpp     [all...]

Completed in 79 milliseconds