Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp300 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anon4b9354e00111::ResultBuilder
1748 Results.getCodeCompletionTUInfo()); in AddTypeSpecifierResults()
1813 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddStorageSpecifiers()
1875 Results.getCodeCompletionTUInfo()); in AddTypedefResult()
1988 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in addThisCompletion()
2070 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddOrdinaryNameResults()
3056 Result.getCodeCompletionTUInfo()); in AddFunctionParameterChunks()
3154 Result.getCodeCompletionTUInfo()); in AddTemplateParameterChunks()
3780 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks()
3821 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks()
[all …]
H A DCodeCompleteConsumer.cpp486 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h708 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function
1230 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0;
1283 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; } in getCodeCompletionTUInfo() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp585 getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
665 getCodeCompletionTUInfo(), in ProcessOverloadCandidates()
679 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo() function in __anon888fdb060211::CaptureCompletionResults
H A DCXCursor.cpp1597 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1598 unit->getCodeCompletionTUInfo(), true); in clang_getCursorCompletionString()
1611 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1612 unit->getCodeCompletionTUInfo(), false); in clang_getCursorCompletionString()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h315 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1964 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { in getCodeCompletionTUInfo() function in __anon539022680611::AugmentedCodeCompleteConsumer
1965 return Next.getCodeCompletionTUInfo(); in getCodeCompletionTUInfo()
2126 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp997 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return m_info; } in getCodeCompletionTUInfo() function in __anon1c2ad1170111::CodeComplete