Lines Matching refs:RecordDecl
961 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1665 } else if (const auto *RD = dyn_cast<RecordDecl>(DC)) { in printNestedNameSpecifier()
4179 const RecordDecl *RD = RT->getDecl()->getDefinition(); in isZeroSize()
4206 const RecordDecl *RD = getParent()->getDefinition(); in getFieldIndex()
4490 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl
4493 RecordDecl *PrevDecl) in RecordDecl()
4511 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create()
4513 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
4514 RecordDecl *R = new (C, DC) RecordDecl(Record, TK, C, DC, in Create()
4522 RecordDecl *RecordDecl::CreateDeserialized(const ASTContext &C, unsigned ID) { in CreateDeserialized()
4523 RecordDecl *R = in CreateDeserialized()
4524 new (C, ID) RecordDecl(Record, TTK_Struct, C, nullptr, SourceLocation(), in CreateDeserialized()
4530 bool RecordDecl::isInjectedClassName() const { in isInjectedClassName()
4532 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()
4535 bool RecordDecl::isLambda() const { in isLambda()
4541 bool RecordDecl::isCapturedRecord() const { in isCapturedRecord()
4545 void RecordDecl::setCapturedRecord() { in setCapturedRecord()
4549 bool RecordDecl::isOrContainsUnion() const { in isOrContainsUnion()
4553 if (const RecordDecl *Def = getDefinition()) { in isOrContainsUnion()
4564 RecordDecl::field_iterator RecordDecl::field_begin() const { in field_begin()
4573 void RecordDecl::completeDefinition() { in completeDefinition()
4588 bool RecordDecl::isMsStruct(const ASTContext &C) const { in isMsStruct()
4592 void RecordDecl::LoadFieldsFromExternalStorage() const { in LoadFieldsFromExternalStorage()
4618 bool RecordDecl::mayInsertExtraPadding(bool EmitRemark) const { in mayInsertExtraPadding()
4662 const FieldDecl *RecordDecl::findFirstNamedDataMember() const { in findFirstNamedDataMember()