HomeSort by: relevance | last modified time | path
    Searched refs:FindExternalLexicalDecls (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTSource.cpp 105 void ExternalASTSource::FindExternalLexicalDecls(
ExternalASTMerger.cpp 528 void ExternalASTMerger::FindExternalLexicalDecls(
DeclBase.cpp 1347 Source->FindExternalLexicalDecls(this, Decls);
Decl.cpp 4601 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTMerger.h 148 FindExternalLexicalDecls(const DeclContext *DC,
ExternalASTSource.h 179 FindExternalLexicalDecls(const DeclContext *DC,
185 void FindExternalLexicalDecls(const DeclContext *DC,
187 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 111 FindExternalLexicalDecls(const DeclContext *DC,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 117 void MultiplexExternalSemaSource::FindExternalLexicalDecls(
121 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 1927 FindExternalLexicalDecls(const DeclContext *DC,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7203 FindExternalLexicalDecls(
7498 void ASTReader::FindExternalLexicalDecls(

Completed in 30 milliseconds