HomeSort by relevance Sort by last modified time
    Searched refs:FindExternalLexicalDecls (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 44 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 44 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 44 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 44 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 44 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 44 FindExternalLexicalDecls(const DeclContext *DC,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
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/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExternalASTMerger.h 121 FindExternalLexicalDecls(const DeclContext *DC,
  /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);
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 51 FindExternalLexicalDecls(const DeclContext *DC,
252 void ChainedIncludesSource::FindExternalLexicalDecls(
255 return getFinalReader().FindExternalLexicalDecls(DC, IsKindWeWant, Result);

Completed in 244 milliseconds

1 2 3