Searched refs:getCodeCompletionTUInfo (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 300 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 D | CodeCompleteConsumer.cpp | 486 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 708 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 D | CIndexCodeCompletion.cpp | 585 getCodeCompletionTUInfo(), in ProcessCodeCompleteResults() 665 getCodeCompletionTUInfo(), in ProcessOverloadCandidates() 679 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo() function in __anon888fdb060211::CaptureCompletionResults
|
| H A D | CXCursor.cpp | 1597 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 D | ASTUnit.h | 315 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1964 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 D | ClangExpressionParser.cpp | 997 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return m_info; } in getCodeCompletionTUInfo() function in __anon1c2ad1170111::CodeComplete
|