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 366 return CachedCompletionAllocator;
379 CachedCompletionAllocator;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 349 CachedCompletionAllocator = new GlobalCodeCompletionAllocator;
350 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
351 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
363 *TheSema, *CachedCompletionAllocator, CCTUInfo,
426 *TheSema, *CachedCompletionAllocator, CCTUInfo,
447 *TheSema, *CachedCompletionAllocator, CCTUInfo,
481 CachedCompletionAllocator = nullptr;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 285 CachedCompletionAllocator;
733 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]

Completed in 48 milliseconds