Searched refs:getCodeCompletionTUInfo (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } function in class:__anon18020::ResultBuilder
1300 Results.getCodeCompletionTUInfo());
1411 Results.getCodeCompletionTUInfo());
1505 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
1521 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
2266 Result.getCodeCompletionTUInfo());
2358 Result.getCodeCompletionTUInfo());
3117 Results.getCodeCompletionTUInfo());
3163 CodeCompleter->getCodeCompletionTUInfo(),
3168 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
[all...]
H A DCodeCompleteConsumer.cpp391 ParentName = getCodeCompletionTUInfo().getParentName(DC);
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h591 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
948 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0;
980 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; }
/external/clang/tools/libclang/
H A DCXCursor.cpp1113 unit->getCodeCompletionTUInfo().getAllocator(),
1114 unit->getCodeCompletionTUInfo(),
1127 unit->getCodeCompletionTUInfo().getAllocator(),
1128 unit->getCodeCompletionTUInfo(),
H A DCIndexCodeCompletion.cpp546 getCodeCompletionTUInfo(),
622 getCodeCompletionTUInfo());
635 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;}
/external/clang/include/clang/Frontend/
H A DASTUnit.h370 CodeCompletionTUInfo &getCodeCompletionTUInfo() { function in class:clang::ASTUnit
/external/clang/lib/Frontend/
H A DASTUnit.cpp2147 CodeCompletionTUInfo &getCodeCompletionTUInfo() override {
2148 return Next.getCodeCompletionTUInfo();
2306 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(),

Completed in 1060 milliseconds