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.cpp291 const DeclContext *ChildDeclContext) { in completeVisibleDeclsMap() argument
292 assert(ChildDeclContext && ChildDeclContext == ChildTUDeclCtxt && in completeVisibleDeclsMap()
295 if (!ChildDeclContext->hasExternalVisibleStorage()) in completeVisibleDeclsMap()
323 SetExternalVisibleDeclsForName(ChildDeclContext, in completeVisibleDeclsMap()
348 SetExternalVisibleDeclsForName(ChildDeclContext, Meth->getDeclName(), in completeVisibleDeclsMap()
351 ChildDeclContext->setHasExternalLexicalStorage(false); in completeVisibleDeclsMap()