Home
last modified time | relevance | path

Searched refs:base_record (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1816 DeclFromParser<RecordDecl> base_record(base_record_type->getDecl()); in layoutRecordType() local
1818 DynCast<CXXRecordDecl>(base_record); in layoutRecordType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp169 if (auto *base_record = llvm::dyn_cast<clang::CXXRecordDecl>( in addOverridesForMethod() local
177 if (auto *baseDtorDecl = base_record->getDestructor()) { in addOverridesForMethod()
186 for (path.Decls = base_record->lookup(name); !path.Decls.empty(); in addOverridesForMethod()