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

  /external/clang/include/clang/Frontend/
ASTUnit.h 368 return CachedCompletionAllocator;
381 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 511 milliseconds