HomeSort by relevance Sort by last modified time
    Searched refs:CCTUInfo (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 570 CodeCompletionTUInfo &CCTUInfo;
583 CodeCompletionTUInfo &CCTUInfo)
584 : Allocator(Allocator), CCTUInfo(CCTUInfo),
589 CodeCompletionTUInfo &CCTUInfo,
591 : Allocator(Allocator), CCTUInfo(CCTUInfo),
599 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
789 CodeCompletionTUInfo &CCTUInfo,
794 CodeCompletionTUInfo &CCTUInfo,
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 329 if (!CCTUInfo)
330 CCTUInfo.reset(new CodeCompletionTUInfo(
332 return *CCTUInfo;
340 OwningPtr<CodeCompletionTUInfo> CCTUInfo;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 452 CCTUInfo,
470 CCTUInfo,
495 getAllocator(), CCTUInfo)) {
SemaCodeComplete.cpp 129 CodeCompletionTUInfo &CCTUInfo;
173 CodeCompletionTUInfo &CCTUInfo,
176 : SemaRef(SemaRef), Allocator(Allocator), CCTUInfo(CCTUInfo),
264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 529 CodeCompletionTUInfo CCTUInfo;
537 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator),
640 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { return CCTUInfo; }
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 359 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
361 CCTUInfo, Results);
373 CCTUInfo,
439 CCTUInfo,
462 CCTUInfo,
    [all...]

Completed in 215 milliseconds