Searched refs:SetExternalVisibleDeclsForName (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangExternalASTSourceCallbacks.cpp | 55 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, results); in FindExternalVisibleDeclsByName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 331 SetExternalVisibleDeclsForName(const DeclContext *DC,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 416 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName()
|
| H A D | DeclBase.cpp | 1324 ExternalASTSource::SetExternalVisibleDeclsForName(const DeclContext *DC, in SetExternalVisibleDeclsForName() function in ExternalASTSource
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 221 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, method_decls); in FindExternalVisibleDeclsByName() 262 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, name_decls); in FindExternalVisibleDeclsByName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7551 SetExternalVisibleDeclsForName(DC, Name, Decls); in FindExternalVisibleDeclsByName() 7573 SetExternalVisibleDeclsForName(DC, I->first, I->second); in completeVisibleDeclsMap()
|