HomeSort by: relevance | last modified time | path
    Searched refs:getCodeCompletionTUInfo (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 295 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
1713 Results.getCodeCompletionTUInfo());
1778 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
1840 Results.getCodeCompletionTUInfo());
1952 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
2034 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
3014 Result.getCodeCompletionTUInfo());
3112 Result.getCodeCompletionTUInfo());
3710 Result.getCodeCompletionTUInfo());
3748 Result.getCodeCompletionTUInfo());
    [all...]
CodeCompleteConsumer.cpp 475 ParentName = getCodeCompletionTUInfo().getParentName(DC);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 703 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
1149 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0;
1201 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; }
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 584 getCodeCompletionTUInfo(),
663 getCodeCompletionTUInfo(),
677 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;}
CXCursor.cpp 1524 unit->getCodeCompletionTUInfo().getAllocator(),
1525 unit->getCodeCompletionTUInfo(), true);
1538 unit->getCodeCompletionTUInfo().getAllocator(),
1539 unit->getCodeCompletionTUInfo(), false);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 316 CodeCompletionTUInfo &getCodeCompletionTUInfo() {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 1935 CodeCompletionTUInfo &getCodeCompletionTUInfo() override {
1936 return Next.getCodeCompletionTUInfo();
2096 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(),

Completed in 29 milliseconds