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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp295 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } function in class:__anon2035::ResultBuilder
1684 Results.getCodeCompletionTUInfo());
1749 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
1811 Results.getCodeCompletionTUInfo());
1923 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
2005 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo());
2958 Result.getCodeCompletionTUInfo());
3056 Result.getCodeCompletionTUInfo());
3652 Result.getCodeCompletionTUInfo());
3690 Result.getCodeCompletionTUInfo());
[all...]
H A DCodeCompleteConsumer.cpp477 ParentName = getCodeCompletionTUInfo().getParentName(DC);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h703 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
1152 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0;
1204 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h316 CodeCompletionTUInfo &getCodeCompletionTUInfo() { function in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1956 CodeCompletionTUInfo &getCodeCompletionTUInfo() override {
1957 return Next.getCodeCompletionTUInfo();
2117 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp941 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return m_info; }

Completed in 131 milliseconds