Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp303 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anone047e0890111::ResultBuilder
1817 Results.getCodeCompletionTUInfo()); in AddTypeSpecifierResults()
1885 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddStorageSpecifiers()
1954 Results.getCodeCompletionTUInfo()); in AddTypedefResult()
2068 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in addThisCompletion()
2149 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddOrdinaryNameResults()
3255 Result.getCodeCompletionTUInfo()); in AddFunctionParameterChunks()
3359 Result.getCodeCompletionTUInfo()); in AddTemplateParameterChunks()
4026 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks()
4067 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks()
[all …]
H A DCodeCompleteConsumer.cpp488 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h717 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function
1239 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0;
1292 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; } in getCodeCompletionTUInfo() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp60 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; } in getCodeCompletionTUInfo() function in clang::ReplCompletionConsumer
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h330 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2008 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { in getCodeCompletionTUInfo() function in __anone37b80710611::AugmentedCodeCompleteConsumer
2009 return Next.getCodeCompletionTUInfo(); in getCodeCompletionTUInfo()
2172 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1182 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return m_info; } in getCodeCompletionTUInfo() function in __anon6439b5e00111::CodeComplete