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

  /external/clang/lib/Sema/
SemaExprMember.cpp 737 QualType RecordTy = BaseType;
738 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
740 RecordTy->getAs<RecordType>(), OpLoc, IsArrow,
    [all...]
SemaPseudoObject.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
CGExprAgg.cpp 231 const RecordType *RecordTy = T->getAs<RecordType>();
232 if (!RecordTy) return false;
235 RecordDecl *Record = RecordTy->getDecl();
    [all...]
CGStmt.cpp     [all...]
CGClass.cpp 710 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
711 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
732 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 984 milliseconds