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.cpp607 DynCast<CXXRecordDecl>(origin_base_record)); in ExtractBaseOffsets()
684 DynCast<const CXXRecordDecl>(origin_record)); in importRecordLayoutFromOrigin()
721 DynCast<const CXXRecordDecl>(parser_record); in importRecordLayoutFromOrigin()
734 DynCast<CXXRecordDecl>(base_record); in importRecordLayoutFromOrigin()
H A DClangASTImporter.h492 TD<D2> DynCast(TD<D1> source) { in DynCast() function