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 325 return CachedCompletionAllocator;
338 CachedCompletionAllocator;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 358 CachedCompletionAllocator = new GlobalCodeCompletionAllocator;
359 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
360 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
372 *CachedCompletionAllocator,
438 *CachedCompletionAllocator,
461 *CachedCompletionAllocator,
496 CachedCompletionAllocator = 0;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 282 CachedCompletionAllocator;
734 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]

Completed in 5175 milliseconds