/openbsd/gnu/llvm/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 | 85 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function 89 m_Source->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls() 344 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function 349 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls()
|
H A D | ClangExternalASTSourceCallbacks.h | 29 void FindExternalLexicalDecls(
|
H A D | ClangExternalASTSourceCallbacks.cpp | 39 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangExternalASTSourceCallbacks
|
H A D | ClangASTSource.cpp | 386 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangASTSource
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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 | 1409 Source->FindExternalLexicalDecls(this, Decls); in LoadLexicalDeclsFromExternalStorage()
|
H A D | Decl.cpp | 4813 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) { in LoadFieldsFromExternalStorage()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | MultiplexExternalSemaSource.h | 110 FindExternalLexicalDecls(const DeclContext *DC,
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 1976 FindExternalLexicalDecls(const DeclContext *DC,
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7323 FindExternalLexicalDecls( in CompleteRedeclChain() 7618 void ASTReader::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ASTReader
|