Searched refs:SetExternalVisibleDeclsForName (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExternalASTSourceCallbacks.cpp | 62 return !SetExternalVisibleDeclsForName(DC, Name, decls).empty(); in FindExternalVisibleDeclsByName()
|
| H A D | ClangASTSource.cpp | 144 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, method_decls); in FindExternalVisibleDeclsByName() 181 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, name_decls); in FindExternalVisibleDeclsByName()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 323 SetExternalVisibleDeclsForName(ChildDeclContext, in completeVisibleDeclsMap() 348 SetExternalVisibleDeclsForName(ChildDeclContext, Meth->getDeclName(), in completeVisibleDeclsMap()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 304 SetExternalVisibleDeclsForName(const DeclContext *DC,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 519 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName()
|
| H A D | DeclBase.cpp | 1539 ExternalASTSource::SetExternalVisibleDeclsForName(const DeclContext *DC, in SetExternalVisibleDeclsForName() function in ExternalASTSource
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7979 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName() 8001 SetExternalVisibleDeclsForName(DC, I->first, I->second); in completeVisibleDeclsMap()
|