Searched refs:SetExternalVisibleDeclsForName (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExternalASTSourceCallbacks.cpp | 61 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()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 304 SetExternalVisibleDeclsForName(const DeclContext *DC,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 522 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName()
|
| H A D | DeclBase.cpp | 1418 ExternalASTSource::SetExternalVisibleDeclsForName(const DeclContext *DC, in SetExternalVisibleDeclsForName() function in ExternalASTSource
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7720 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName() 7742 SetExternalVisibleDeclsForName(DC, I->first, I->second); in completeVisibleDeclsMap()
|