Searched refs:record_ (Results 1 – 6 of 6) sorted by relevance
14 record_(record), in RecordInfo()43 dyn_cast<ClassTemplateSpecializationDecl>(record_); in GetTemplateArgs()90 dyn_cast<ClassTemplateSpecializationDecl>(record_); in HasOptionalFinalizer()113 if (!record_->hasDefinition()) in IsGCDerived()209 for (Decl* decl : record_->decls()) { in IsEagerlyFinalized()221 return record_->hasDefinition(); in HasDefinition()246 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsStackAllocated()247 it != record_->method_end(); in IsStackAllocated()264 for (CXXRecordDecl::method_iterator it = record_->method_begin(); in IsNonNewable()265 it != record_->method_end(); in IsNonNewable()[all …]
87 clang::CXXRecordDecl* record() const { return record_; } in record()138 clang::CXXRecordDecl* record_; variable
53 string record() const { return record_; } in record()66 string record_; variable
67 Status s = reader_->ReadRecord(&offset_, &record_); in GetNext()
208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()209 : record(record_) in AllocationCallbackViolation()
341 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot()342 : record (record_) in AllocationSlot()