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

  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 530 CodeCompletionTUInfo CCTUInfo;
538 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator),
639 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { return CCTUInfo; }
    [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/
SemaCodeComplete.cpp 129 CodeCompletionTUInfo &CCTUInfo;
173 CodeCompletionTUInfo &CCTUInfo,
176 : SemaRef(SemaRef), Allocator(Allocator), CCTUInfo(CCTUInfo),
264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
    [all...]

Completed in 217 milliseconds