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 367 return CachedCompletionAllocator;
380 CachedCompletionAllocator;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 353 CachedCompletionAllocator = new GlobalCodeCompletionAllocator;
354 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
355 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
367 *CachedCompletionAllocator,
433 *CachedCompletionAllocator,
456 *CachedCompletionAllocator,
491 CachedCompletionAllocator = nullptr;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 285 CachedCompletionAllocator;
732 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]

Completed in 431 milliseconds