| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.h | 100 void FindExternalLexicalDecls( 219 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function 223 return m_original.FindExternalLexicalDecls(DC, IsKindWeWant, Decls); in FindExternalLexicalDecls()
|
| H A D | ASTUtils.h | 84 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function 88 m_Source->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls() 343 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function 348 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls()
|
| H A D | ClangExternalASTSourceCallbacks.h | 28 void FindExternalLexicalDecls(
|
| H A D | ClangExternalASTSourceCallbacks.cpp | 38 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangExternalASTSourceCallbacks
|
| H A D | ClangASTSource.cpp | 386 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangASTSource
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 177 FindExternalLexicalDecls(const DeclContext *DC, 183 void FindExternalLexicalDecls(const DeclContext *DC, in FindExternalLexicalDecls() function 185 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result); in FindExternalLexicalDecls()
|
| H A D | ExternalASTMerger.h | 148 FindExternalLexicalDecls(const DeclContext *DC,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExternalASTSource.cpp | 105 void ExternalASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTSource
|
| H A D | ExternalASTMerger.cpp | 526 void ExternalASTMerger::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTMerger
|
| H A D | DeclBase.cpp | 1379 Source->FindExternalLexicalDecls(this, Decls); in LoadLexicalDeclsFromExternalStorage()
|
| H A D | Decl.cpp | 4746 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) { in LoadFieldsFromExternalStorage()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 117 void MultiplexExternalSemaSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in MultiplexExternalSemaSource 121 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | MultiplexExternalSemaSource.h | 111 FindExternalLexicalDecls(const DeclContext *DC,
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1950 FindExternalLexicalDecls(const DeclContext *DC,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7284 FindExternalLexicalDecls( in CompleteRedeclChain() 7579 void ASTReader::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ASTReader
|