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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp105 void ExternalASTSource::FindExternalLexicalDecls( function in class:ExternalASTSource
H A DExternalASTMerger.cpp523 void ExternalASTMerger::FindExternalLexicalDecls(
H A DDeclBase.cpp1500 Source->FindExternalLexicalDecls(this, Decls);
H A DDecl.cpp5058 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h29 void FindExternalLexicalDecls(
H A DClangASTSource.h100 void FindExternalLexicalDecls(
219 void FindExternalLexicalDecls(
223 return m_original.FindExternalLexicalDecls(DC, IsKindWeWant, Decls);
H A DClangExternalASTSourceCallbacks.cpp39 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( function in class:ClangExternalASTSourceCallbacks
H A DASTUtils.h85 void FindExternalLexicalDecls(
89 m_Source->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
344 void FindExternalLexicalDecls(
349 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
H A DClangASTSource.cpp368 void ClangASTSource::FindExternalLexicalDecls( function in class:ClangASTSource
389 "FindExternalLexicalDecls on (ASTContext*){0} '{1}' in "
397 "FindExternalLexicalDecls on (ASTContext*){0} '{1}' in "
404 "FindExternalLexicalDecls on (ASTContext*){0} '{1}' in a "
450 // See clang::ExternalASTSource::FindExternalLexicalDecls()
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h148 FindExternalLexicalDecls(const DeclContext *DC,
H A DExternalASTSource.h177 FindExternalLexicalDecls(const DeclContext *DC,
183 void FindExternalLexicalDecls(const DeclContext *DC, function in class:clang::ExternalASTSource
185 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h110 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp123 void MultiplexExternalSemaSource::FindExternalLexicalDecls( function in class:MultiplexExternalSemaSource
127 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2003 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7541 FindExternalLexicalDecls(
7838 void ASTReader::FindExternalLexicalDecls(

Completed in 387 milliseconds