Home
last modified time | relevance | path

Searched refs:FindExternalLexicalDecls (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h100 void FindExternalLexicalDecls(
219 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function
223 return m_original.FindExternalLexicalDecls(DC, IsKindWeWant, Decls); in FindExternalLexicalDecls()
H A DASTUtils.h91 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 DClangExternalASTSourceCallbacks.h35 void FindExternalLexicalDecls(
H A DClangExternalASTSourceCallbacks.cpp40 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangExternalASTSourceCallbacks
H A DClangASTSource.cpp367 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangASTSource
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h179 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 DExternalASTMerger.h148 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp103 void ExternalASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTSource
H A DExternalASTMerger.cpp523 void ExternalASTMerger::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTMerger
H A DDeclBase.cpp1564 Source->FindExternalLexicalDecls(this, Decls); in LoadLexicalDeclsFromExternalStorage()
H A DDecl.cpp5113 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) { in LoadFieldsFromExternalStorage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp123 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 DMultiplexExternalSemaSource.h110 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2015 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7591 FindExternalLexicalDecls( in CompleteRedeclChain()
7920 void ASTReader::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ASTReader