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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTSource.cpp 105 void ExternalASTSource::FindExternalLexicalDecls(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
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/lib/Sema/
MultiplexExternalSemaSource.cpp 117 void MultiplexExternalSemaSource::FindExternalLexicalDecls(
121 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);

Completed in 23 milliseconds