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 529 CodeCompletionTUInfo CCTUInfo;
537 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator),
640 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { return CCTUInfo; }
    [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/
SemaCodeComplete.cpp 129 CodeCompletionTUInfo &CCTUInfo;
173 CodeCompletionTUInfo &CCTUInfo,
176 : SemaRef(SemaRef), Allocator(Allocator), CCTUInfo(CCTUInfo),
264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
    [all...]

Completed in 220 milliseconds