Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp606 DynCast<CXXRecordDecl>(origin_base_record)); in ExtractBaseOffsets()
683 DynCast<const CXXRecordDecl>(origin_record)); in importRecordLayoutFromOrigin()
720 DynCast<const CXXRecordDecl>(parser_record); in importRecordLayoutFromOrigin()
733 DynCast<CXXRecordDecl>(base_record); in importRecordLayoutFromOrigin()
H A DClangASTImporter.h492 TD<D2> DynCast(TD<D1> source) { in DynCast() function