Lines Matching refs:RecordDecl
958 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1766 } else if (const auto *RD = dyn_cast<RecordDecl>(DC)) { in printNestedNameSpecifier()
4608 const RecordDecl *RD = RT->getDecl()->getDefinition(); in isZeroSize()
4644 const RecordDecl *RD = getParent()->getDefinition(); in getFieldIndex()
4984 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl
4987 RecordDecl *PrevDecl) in RecordDecl()
5007 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create()
5009 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
5010 RecordDecl *R = new (C, DC) RecordDecl(Record, TK, C, DC, in Create()
5018 RecordDecl *RecordDecl::CreateDeserialized(const ASTContext &C, in CreateDeserialized()
5020 RecordDecl *R = new (C, ID) in CreateDeserialized()
5021 RecordDecl(Record, TagTypeKind::Struct, C, nullptr, SourceLocation(), in CreateDeserialized()
5027 bool RecordDecl::isInjectedClassName() const { in isInjectedClassName()
5029 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()
5032 bool RecordDecl::isLambda() const { in isLambda()
5038 bool RecordDecl::isCapturedRecord() const { in isCapturedRecord()
5042 void RecordDecl::setCapturedRecord() { in setCapturedRecord()
5046 bool RecordDecl::isOrContainsUnion() const { in isOrContainsUnion()
5050 if (const RecordDecl *Def = getDefinition()) { in isOrContainsUnion()
5061 RecordDecl::field_iterator RecordDecl::field_begin() const { in field_begin()
5066 if (RecordDecl *D = getDefinition(); D && D != this) in field_begin()
5073 void RecordDecl::completeDefinition() { in completeDefinition()
5094 bool RecordDecl::isMsStruct(const ASTContext &C) const { in isMsStruct()
5098 void RecordDecl::reorderDecls(const SmallVectorImpl<Decl *> &Decls) { in reorderDecls()
5104 void RecordDecl::LoadFieldsFromExternalStorage() const { in LoadFieldsFromExternalStorage()
5135 bool RecordDecl::mayInsertExtraPadding(bool EmitRemark) const { in mayInsertExtraPadding()
5179 const FieldDecl *RecordDecl::findFirstNamedDataMember() const { in findFirstNamedDataMember()
5194 unsigned RecordDecl::getODRHash() { in getODRHash()