Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anonb124cdd10111::ResultBuilder
1298 Results.getCodeCompletionTUInfo()); in AddTypeSpecifierResults()
1409 Results.getCodeCompletionTUInfo()); in AddTypedefResult()
1503 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in addThisCompletion()
1519 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddOrdinaryNameResults()
2267 Result.getCodeCompletionTUInfo()); in AddFunctionParameterChunks()
2359 Result.getCodeCompletionTUInfo()); in AddTemplateParameterChunks()
3101 Results.getCodeCompletionTUInfo()); in MaybeAddOverrideCalls()
3149 CodeCompleter->getCodeCompletionTUInfo(), in CodeCompleteModuleImport()
3154 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in CodeCompleteModuleImport()
[all …]
DCodeCompleteConsumer.cpp392 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h599 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
956 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0;
989 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { return CCTUInfo; }
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp549 getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
627 getCodeCompletionTUInfo()); in ProcessOverloadCandidates()
640 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anond89df5370211::CaptureCompletionResults
DCXCursor.cpp1038 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1039 unit->getCodeCompletionTUInfo(), in clang_getCursorCompletionString()
1052 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1053 unit->getCodeCompletionTUInfo(), in clang_getCursorCompletionString()
/external/clang/include/clang/Frontend/
DASTUnit.h328 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
/external/clang/lib/Frontend/
DASTUnit.cpp2160 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function in __anonf47500b90411::AugmentedCodeCompleteConsumer
2161 return Next.getCodeCompletionTUInfo(); in getCodeCompletionTUInfo()
2319 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()