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

  /external/clang/include/clang/Frontend/
ASTUnit.h 368 return CachedCompletionAllocator;
381 CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 std::shared_ptr<GlobalCodeCompletionAllocator> 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/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 365 return CachedCompletionAllocator;
377 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...]
  /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 477 milliseconds