Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h179 FindExternalLexicalDecls(const DeclContext *DC,
185 void FindExternalLexicalDecls(const DeclContext *DC, in FindExternalLexicalDecls() function
187 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result); in FindExternalLexicalDecls()
H A DExternalASTMerger.h148 FindExternalLexicalDecls(const DeclContext *DC,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp105 void ExternalASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTSource
H A DExternalASTMerger.cpp528 void ExternalASTMerger::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ExternalASTMerger
H A DDeclBase.cpp1347 Source->FindExternalLexicalDecls(this, Decls); in LoadLexicalDeclsFromExternalStorage()
H A DDecl.cpp4601 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) { in LoadFieldsFromExternalStorage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp117 void MultiplexExternalSemaSource::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in MultiplexExternalSemaSource
121 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result); in FindExternalLexicalDecls()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h111 FindExternalLexicalDecls(const DeclContext *DC,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1927 FindExternalLexicalDecls(const DeclContext *DC,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7203 FindExternalLexicalDecls( in CompleteRedeclChain()
7498 void ASTReader::FindExternalLexicalDecls( in FindExternalLexicalDecls() function in ASTReader