Searched defs:RecordTy (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp1053 const RecordType *RecordTy = T->getAs<RecordType>(); local
H A DSemaObjCProperty.cpp1332 const RecordType *RecordTy = PropertyIvarType->getAs<RecordType>(); local
H A DSemaExprMember.cpp762 QualType RecordTy = BaseType; local
H A DSemaCodeComplete.cpp1043 QualType RecordTy = Context.getTypeDeclType(Record); local
H A DSemaDeclObjC.cpp3828 const auto *RecordTy = T->getAs<RecordType>(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp240 const RecordType *RecordTy = T->getAs<RecordType>(); local
H A DCGException.cpp2113 llvm::Type *RecordTy = CGM.Int32Ty->getPointerTo(); local
H A DCGStmt.cpp2653 QualType RecordTy = getContext().getRecordType(RD); local
H A DCGClass.cpp645 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); local
977 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); local
1131 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); local
1647 QualType RecordTy variable
[all...]
H A DCGDebugInfo.cpp1471 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, argument
1372 createBitFieldType(const FieldDecl *BitFieldDecl, llvm::DIScope *RecordTy, const RecordDecl *RD) argument
1429 CollectRecordLambdaFields( const CXXRecordDecl *CXXDecl, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy) argument
1500 CollectRecordNormalField( const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, const RecordDecl *RD) argument
1535 CollectRecordFields( const RecordDecl *record, llvm::DIFile *tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DICompositeType *RecordTy) argument
1671 CreateCXXMemberFunction( const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) argument
1808 CollectCXXMemberFunctions( const CXXRecordDecl *RD, llvm::DIFile *Unit, SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) argument
1846 CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile *Unit, SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) argument
1861 CollectCXXBasesAux( const CXXRecordDecl *RD, llvm::DIFile *Unit, SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy, const CXXRecordDecl::base_class_const_range &Bases, llvm::DenseSet<CanonicalDeclPtr<const CXXRecordDecl>> &SeenTypes, llvm::DINode::DIFlags StartingFlags) argument
[all...]
H A DItaniumCXXABI.cpp3383 static bool IsIncompleteClassType(const RecordType *RecordTy) { argument
[all...]
H A DMicrosoftCXXABI.cpp3978 QualType RecordTy = getContext().getRecordType(RD); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1064 const RecordType *RecordTy = UPointeeT->getAs<RecordType>(); local

Completed in 534 milliseconds