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 316 return CachedCompletionAllocator;
329 CachedCompletionAllocator;
  /external/clang/lib/Frontend/
ASTUnit.cpp 353 CachedCompletionAllocator = new GlobalCodeCompletionAllocator;
354 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
366 *CachedCompletionAllocator,
431 *CachedCompletionAllocator,
453 *CachedCompletionAllocator,
487 CachedCompletionAllocator = 0;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 264 CachedCompletionAllocator;
718 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]

Completed in 37 milliseconds