Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp63 return !SetExternalVisibleDeclsForName(DC, Name, decls).empty(); in FindExternalVisibleDeclsByName()
H A DClangASTSource.cpp143 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, method_decls); in FindExternalVisibleDeclsByName()
180 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, name_decls); in FindExternalVisibleDeclsByName()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp323 SetExternalVisibleDeclsForName(ChildDeclContext, in completeVisibleDeclsMap()
348 SetExternalVisibleDeclsForName(ChildDeclContext, Meth->getDeclName(), in completeVisibleDeclsMap()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h306 SetExternalVisibleDeclsForName(const DeclContext *DC,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp519 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName()
H A DDeclBase.cpp1603 ExternalASTSource::SetExternalVisibleDeclsForName(const DeclContext *DC, in SetExternalVisibleDeclsForName() function in ExternalASTSource
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8121 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName()
8143 SetExternalVisibleDeclsForName(DC, I->first, I->second); in completeVisibleDeclsMap()