Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1156 if (clang::TagDecl *to_tag = dyn_cast<clang::TagDecl>(to)) { in ImportDefinitionTo() local
1158 to_tag->setCompleteDefinition(from_tag->isCompleteDefinition()); in ImportDefinitionTo()