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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 167 llvm::DIType RecordTy);
175 llvm::DIType RecordTy);
198 llvm::DIType RecordTy);
200 llvm::DIType RecordTy,
205 llvm::DIType RecordTy, const RecordDecl *RD);
208 llvm::DICompositeType RecordTy);
CGDebugInfo.cpp 874 llvm::DIType RecordTy) {
    [all...]
CGExprAgg.cpp 226 const RecordType *RecordTy = T->getAs<RecordType>();
227 if (!RecordTy) return false;
230 RecordDecl *Record = RecordTy->getDecl();
    [all...]
CGClass.cpp 558 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
559 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
589 LValue ThisRHSLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGStmt.cpp     [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaExprMember.cpp 712 QualType RecordTy = BaseType;
713 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
715 RecordTy->getAs<RecordType>(), OpLoc, IsArrow,
    [all...]
SemaCXXScopeSpec.cpp 35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) {
36 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl());
    [all...]
SemaTemplateInstantiateDecl.cpp 464 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>())
465 if (RecordTy->getDecl()->isAnonymousStructOrUnion())
466 if (!VisitCXXRecordDecl(cast<CXXRecordDecl>(RecordTy->getDecl())))
    [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp 798 QualType RecordTy = Context.getTypeDeclType(Record);
801 Context.getCanonicalType(RecordTy));
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 745 if (const RecordType *RecordTy = T->getAs<RecordType>()) {
746 CXXRecordDecl* FieldRec = cast<CXXRecordDecl>(RecordTy->getDecl());
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 501 milliseconds