/freebsd/contrib/llvm-project/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 | 91 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function 95 m_Source->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls() 350 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function 355 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls()
|
H A D | ClangExternalASTSourceCallbacks.h | 35 void FindExternalLexicalDecls(
|
H A D | ClangExternalASTSourceCallbacks.cpp | 40 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangExternalASTSourceCallbacks
|
H A D | ClangASTSource.cpp | 367 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangASTSource
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 179 FindExternalLexicalDecls(const DeclContext *DC, 185 void FindExternalLexicalDecls(const DeclContext *DC, in FindExternalLexicalDecls() function 187 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result); in FindExternalLexicalDecls()
|
H A D | ExternalASTMerger.h | 148 FindExternalLexicalDecls(const DeclContext *DC,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTSource.cpp | 103 void ExternalASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTSource
|
H A D | ExternalASTMerger.cpp | 523 void ExternalASTMerger::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTMerger
|
H A D | DeclBase.cpp | 1564 Source->FindExternalLexicalDecls(this, Decls); in LoadLexicalDeclsFromExternalStorage()
|
H A D | Decl.cpp | 5113 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) { in LoadFieldsFromExternalStorage()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 123 void MultiplexExternalSemaSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in MultiplexExternalSemaSource 127 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | MultiplexExternalSemaSource.h | 110 FindExternalLexicalDecls(const DeclContext *DC,
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 2015 FindExternalLexicalDecls(const DeclContext *DC,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7591 FindExternalLexicalDecls( in CompleteRedeclChain() 7920 void ASTReader::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ASTReader
|