Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h85 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 DClangExternalASTSourceCallbacks.h29 void FindExternalLexicalDecls(
H A DClangExternalASTSourceCallbacks.cpp39 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangExternalASTSourceCallbacks
H A DClangASTSource.cpp386 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ClangASTSource
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExternalASTSource.h177 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 DExternalASTMerger.h148 FindExternalLexicalDecls(const DeclContext *DC,
/openbsd/gnu/llvm/clang/lib/AST/
H A DExternalASTSource.cpp105 void ExternalASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTSource
H A DExternalASTMerger.cpp526 void ExternalASTMerger::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTMerger
H A DDeclBase.cpp1409 Source->FindExternalLexicalDecls(this, Decls); in LoadLexicalDeclsFromExternalStorage()
H A DDecl.cpp4813 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) { in LoadFieldsFromExternalStorage()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp123 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 DMultiplexExternalSemaSource.h110 FindExternalLexicalDecls(const DeclContext *DC,
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1976 FindExternalLexicalDecls(const DeclContext *DC,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7323 FindExternalLexicalDecls( in CompleteRedeclChain()
7618 void ASTReader::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ASTReader