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 562 CodeCompletionTUInfo &CCTUInfo;
575 CodeCompletionTUInfo &CCTUInfo)
576 : Allocator(Allocator), CCTUInfo(CCTUInfo),
581 CodeCompletionTUInfo &CCTUInfo,
583 : Allocator(Allocator), CCTUInfo(CCTUInfo),
591 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
782 CodeCompletionTUInfo &CCTUInfo,
787 CodeCompletionTUInfo &CCTUInfo,
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 330 if (!CCTUInfo)
331 CCTUInfo.reset(new CodeCompletionTUInfo(
333 return *CCTUInfo;
341 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 530 CodeCompletionTUInfo CCTUInfo;
538 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator),
639 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { return CCTUInfo; }
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 365 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
367 CCTUInfo, Results);
379 CCTUInfo,
445 CCTUInfo,
468 CCTUInfo,
    [all...]

Completed in 91 milliseconds