Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp195 DeclContext *redecl_context = decl_context->getRedeclContext(); in OverrideAllDeclsFromContainingFunction() local
197 if (llvm::isa<FunctionDecl>(redecl_context) && in OverrideAllDeclsFromContainingFunction()
198 llvm::isa<TranslationUnitDecl>(redecl_context->getLexicalParent())) { in OverrideAllDeclsFromContainingFunction()