Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h111 void FindExternalLexicalDecls(
247 void FindExternalLexicalDecls( in FindExternalLexicalDecls() function
251 return m_original.FindExternalLexicalDecls(DC, IsKindWeWant, Decls); in FindExternalLexicalDecls()
H A DClangASTSource.cpp516 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangASTSource
530 return GetMergerUnchecked().FindExternalLexicalDecls(decl_context, in FindExternalLexicalDecls()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h210 FindExternalLexicalDecls(const DeclContext *DC,
216 void FindExternalLexicalDecls(const DeclContext *DC, in FindExternalLexicalDecls() function
218 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result); in FindExternalLexicalDecls()
H A DExternalASTMerger.h121 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp90 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangExternalASTSourceCallbacks
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp117 void ExternalASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTSource
H A DExternalASTMerger.cpp420 void ExternalASTMerger::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTMerger
H A DDeclBase.cpp1285 Source->FindExternalLexicalDecls(this, Decls); in LoadLexicalDeclsFromExternalStorage()
H A DDecl.cpp4175 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) { in LoadFieldsFromExternalStorage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h86 void FindExternalLexicalDecls(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp117 void MultiplexExternalSemaSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in MultiplexExternalSemaSource
121 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h110 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1925 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7147 FindExternalLexicalDecls( in CompleteRedeclChain()
7409 void ASTReader::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ASTReader