| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.h | 95 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC, 242 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC, in FindExternalVisibleDeclsByName() function 244 return m_original.FindExternalVisibleDeclsByName(DC, Name); in FindExternalVisibleDeclsByName()
|
| H A D | ClangASTSource.cpp | 171 bool ClangASTSource::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName() function in ClangASTSource 706 GetMergerUnchecked().FindExternalVisibleDeclsByName(context.m_decl_context, in FindExternalVisibleDecls() 1141 GetMergerUnchecked().FindExternalVisibleDeclsByName(context.m_decl_context, in FindObjCMethodDecls()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangExternalASTSourceCallbacks.cpp | 46 bool ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName() function in ClangExternalASTSourceCallbacks
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExternalASTMerger.h | 116 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
|
| H A D | ExternalASTSource.h | 155 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTSource.cpp | 110 ExternalASTSource::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName() function in ExternalASTSource
|
| H A D | ExternalASTMerger.cpp | 378 bool ExternalASTMerger::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName() function in ExternalASTMerger
|
| H A D | DeclBase.cpp | 1633 if (Source->FindExternalVisibleDeclsByName(this, Name) || !R.second) { in lookup() 1858 Source->FindExternalVisibleDeclsByName(this, D->getDeclName()); in makeDeclVisibleInContextImpl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangExternalASTSourceCallbacks.h | 92 FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 105 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) { in FindExternalVisibleDeclsByName() function in MultiplexExternalSemaSource 108 AnyDeclsFound |= Sources[i]->FindExternalVisibleDeclsByName(DC, Name); in FindExternalVisibleDeclsByName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | MultiplexExternalSemaSource.h | 97 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 32 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx, in FindExternalVisibleDeclsByName() function in lldb_private::AppleObjCExternalASTSource
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1908 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7529 ASTReader::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName() function in ASTReader
|