HomeSort by relevance Sort by last modified time
    Searched defs:FindExternalLexicalDecls (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/AST/
ExternalASTSource.cpp 108 void ExternalASTSource::FindExternalLexicalDecls(
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 51 FindExternalLexicalDecls(const DeclContext *DC,
252 void ChainedIncludesSource::FindExternalLexicalDecls(
255 return getFinalReader().FindExternalLexicalDecls(DC, IsKindWeWant, Result);
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 110 void MultiplexExternalSemaSource::FindExternalLexicalDecls(
114 Sources[i]->FindExternalLexicalDecls(DC, IsKindWeWant, Result);
  /external/clang/include/clang/AST/
ExternalASTSource.h 180 FindExternalLexicalDecls(const DeclContext *DC,
186 void FindExternalLexicalDecls(const DeclContext *DC,
188 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExternalASTSource.h 185 FindExternalLexicalDecls(const DeclContext *DC,
191 void FindExternalLexicalDecls(const DeclContext *DC,
193 FindExternalLexicalDecls(DC, [](Decl::Kind) { return true; }, Result);

Completed in 1007 milliseconds