Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp916 if (clang::TagDecl *from_tag = dyn_cast<clang::TagDecl>(from)) { in ImportDefinitionTo() local
917 to_tag->setCompleteDefinition(from_tag->isCompleteDefinition()); in ImportDefinitionTo()