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 508 CodeCompletionTUInfo CCTUInfo;
515 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator),
628 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { return CCTUInfo; }
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 320 if (!CCTUInfo)
321 CCTUInfo.reset(new CodeCompletionTUInfo(
323 return *CCTUInfo;
331 OwningPtr<CodeCompletionTUInfo> CCTUInfo;
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 127 CodeCompletionTUInfo &CCTUInfo;
171 CodeCompletionTUInfo &CCTUInfo,
174 : SemaRef(SemaRef), Allocator(Allocator), CCTUInfo(CCTUInfo),
259 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
    [all...]

Completed in 198 milliseconds