reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/AST/ExternalASTMerger.cpp
  530 void ExternalASTMerger::FindExternalLexicalDecls(
tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  116 void MultiplexExternalSemaSource::FindExternalLexicalDecls(
tools/clang/lib/Serialization/ASTReader.cpp
 7932 void ASTReader::FindExternalLexicalDecls(
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
   83   void FindExternalLexicalDecls(
  342   void FindExternalLexicalDecls(
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  517 void ClangASTSource::FindExternalLexicalDecls(
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  222     void FindExternalLexicalDecls(
tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
   89 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls(

Declarations

tools/clang/include/clang/AST/ExternalASTSource.h
  209   FindExternalLexicalDecls(const DeclContext *DC,

References

tools/clang/include/clang/AST/ExternalASTSource.h
  217     FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
tools/clang/lib/AST/Decl.cpp
 4376   Source->FindExternalLexicalDecls(this, [](Decl::Kind K) {
tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  120     Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
   87     m_Source->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
  347       Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);