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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h120 void FindExternalLexicalDecls(
253 FindExternalLexicalDecls(const clang::DeclContext *DC,
257 return m_original.FindExternalLexicalDecls(DC, IsKindWeWant, Decls);
H A DClangASTSource.cpp427 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, function in class:ClangASTSource
452 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in '%s' (%sDecl*)%p",
458 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in (%sDecl*)%p",
463 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in a NULL context",
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp51 FindExternalLexicalDecls(const DeclContext *DC,
252 void ChainedIncludesSource::FindExternalLexicalDecls( function in class:ChainedIncludesSource
255 return getFinalReader().FindExternalLexicalDecls(DC, IsKindWeWant, Result);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h101 FindExternalLexicalDecls(const clang::DeclContext *DC,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp165 ClangExternalASTSourceCallbacks::FindExternalLexicalDecls (const clang::DeclContext *decl_ctx, function in class:ClangExternalASTSourceCallbacks
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp108 void ExternalASTSource::FindExternalLexicalDecls( function in class:ExternalASTSource
H A DDeclBase.cpp1080 Source->FindExternalLexicalDecls(this, Decls);
H A DDecl.cpp3776 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h180 FindExternalLexicalDecls(const DeclContext *DC,
186 void FindExternalLexicalDecls(const DeclContext *DC, function in class:clang::ExternalASTSource
188 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h108 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp110 void MultiplexExternalSemaSource::FindExternalLexicalDecls( function in class:MultiplexExternalSemaSource
114 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1737 FindExternalLexicalDecls(const DeclContext *DC,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6272 FindExternalLexicalDecls(
6539 void ASTReader::FindExternalLexicalDecls(

Completed in 131 milliseconds