Searched defs:original_tag_decl (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ClangASTImporter.cpp | 263 if (auto *original_tag_decl = dyn_cast<TagDecl>(original_decl)) { ~CompleteTagDeclsScope() local |
H A D | ClangASTSource.cpp | 432 if (TagDecl *original_tag_decl = dyn_cast<TagDecl>(original.decl)) { FindExternalLexicalDecls() local |