Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp223 TranslationUnitDecl *ParentTUDeclCtxt; member in clang::ExternalSource
266 ParentTUDeclCtxt(ParentASTCtxt.getTranslationUnitDecl()) { in ExternalSource()
282 ParentTUDeclCtxt->lookup(ParentDeclName); in FindExternalVisibleDeclsByName()
298 for (auto *DeclCtxt = ParentTUDeclCtxt; DeclCtxt != nullptr; in completeVisibleDeclsMap()