Searched refs:SetExternalVisibleDeclsForName (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 304 SetExternalVisibleDeclsForName(const DeclContext *DC,
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 522 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName()
|
| H A D | DeclBase.cpp | 1448 ExternalASTSource::SetExternalVisibleDeclsForName(const DeclContext *DC, in SetExternalVisibleDeclsForName() function in ExternalASTSource
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7759 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName() 7781 SetExternalVisibleDeclsForName(DC, I->first, I->second); in completeVisibleDeclsMap()
|