HomeSort by relevance Sort by last modified time
    Searched refs:CachedCompletionAllocator (Results 1 - 17 of 17) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
ASTUnit.h 293 return CachedCompletionAllocator;
305 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 368 return CachedCompletionAllocator;
381 CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
ASTUnit.h 380 return CachedCompletionAllocator;
392 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
ASTUnit.h 380 return CachedCompletionAllocator;
392 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
ASTUnit.h 380 return CachedCompletionAllocator;
392 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
ASTUnit.h 380 return CachedCompletionAllocator;
392 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 350 CachedCompletionAllocator = new GlobalCodeCompletionAllocator;
351 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
352 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
365 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
428 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
449 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
483 CachedCompletionAllocator = nullptr;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 285 CachedCompletionAllocator;
718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]

Completed in 414 milliseconds