Lines Matching refs:RecordDecl
987 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1735 } else if (const auto *RD = dyn_cast<RecordDecl>(DC)) { in printNestedNameSpecifier()
4339 const RecordDecl *RD = RT->getDecl()->getDefinition(); in isZeroSize()
4366 const RecordDecl *RD = getParent()->getDefinition(); in getFieldIndex()
4694 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl
4697 RecordDecl *PrevDecl) in RecordDecl()
4717 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create()
4719 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
4720 RecordDecl *R = new (C, DC) RecordDecl(Record, TK, C, DC, in Create()
4728 RecordDecl *RecordDecl::CreateDeserialized(const ASTContext &C, unsigned ID) { in CreateDeserialized()
4729 RecordDecl *R = in CreateDeserialized()
4730 new (C, ID) RecordDecl(Record, TTK_Struct, C, nullptr, SourceLocation(), in CreateDeserialized()
4736 bool RecordDecl::isInjectedClassName() const { in isInjectedClassName()
4738 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()
4741 bool RecordDecl::isLambda() const { in isLambda()
4747 bool RecordDecl::isCapturedRecord() const { in isCapturedRecord()
4751 void RecordDecl::setCapturedRecord() { in setCapturedRecord()
4755 bool RecordDecl::isOrContainsUnion() const { in isOrContainsUnion()
4759 if (const RecordDecl *Def = getDefinition()) { in isOrContainsUnion()
4770 RecordDecl::field_iterator RecordDecl::field_begin() const { in field_begin()
4779 void RecordDecl::completeDefinition() { in completeDefinition()
4794 bool RecordDecl::isMsStruct(const ASTContext &C) const { in isMsStruct()
4798 void RecordDecl::reorderDecls(const SmallVectorImpl<Decl *> &Decls) { in reorderDecls()
4804 void RecordDecl::LoadFieldsFromExternalStorage() const { in LoadFieldsFromExternalStorage()
4830 bool RecordDecl::mayInsertExtraPadding(bool EmitRemark) const { in mayInsertExtraPadding()
4874 const FieldDecl *RecordDecl::findFirstNamedDataMember() const { in findFirstNamedDataMember()
4889 unsigned RecordDecl::getODRHash() { in getODRHash()