Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp293 const DeclContext *ChildDeclContext) { in completeVisibleDeclsMap() argument
294 assert(ChildDeclContext && ChildDeclContext == ChildTUDeclCtxt && in completeVisibleDeclsMap()
297 if (!ChildDeclContext->hasExternalVisibleStorage()) in completeVisibleDeclsMap()
325 SetExternalVisibleDeclsForName(ChildDeclContext, in completeVisibleDeclsMap()
350 SetExternalVisibleDeclsForName(ChildDeclContext, Meth->getDeclName(), in completeVisibleDeclsMap()
353 ChildDeclContext->setHasExternalLexicalStorage(false); in completeVisibleDeclsMap()