Home | History | Annotate | Download | only in AST

Lines Matching full:record

141   const CXXRecordDecl *Record = this;
144 for (const auto &I : Record->bases()) {
156 !Base->isCurrentInstantiation(Record))) {
172 Record = Queue.pop_back_val(); // not actually a queue.
179 ASTContext &Context, const CXXRecordDecl *Record,
183 // The access of the path down to this record.
187 for (const auto &BaseSpec : Record->bases()) {
188 // Find the record of the base class subobjects for this type.
222 Element.Class = Record;
329 if (const RecordType *Record = PE.Base->getType()->getAs<RecordType>())
330 VBase = cast<CXXRecordDecl>(Record->getDecl());
340 if (const RecordType *Record =
342 HidingClass = cast<CXXRecordDecl>(Record->getDecl());
649 // If the record has a virtual primary base class, add it to our set.