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

  /external/clang/include/clang/Frontend/
ASTUnit.h 323 return CachedCompletionAllocator;
339 CachedCompletionAllocator;
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 253 CachedCompletionAllocator;
697 Results->CachedCompletionAllocator = AST->getCachedCompletionAllocator();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 239 CachedCompletionAllocator = new GlobalCodeCompletionAllocator;
240 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator, Results);
251 *CachedCompletionAllocator);
315 *CachedCompletionAllocator);
336 *CachedCompletionAllocator);
369 CachedCompletionAllocator = 0;
    [all...]

Completed in 110 milliseconds