Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp295 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anon4254e5140111::ResultBuilder
1713 Results.getCodeCompletionTUInfo()); in AddTypeSpecifierResults()
1778 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddStorageSpecifiers()
1840 Results.getCodeCompletionTUInfo()); in AddTypedefResult()
1952 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in addThisCompletion()
2034 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddOrdinaryNameResults()
3014 Result.getCodeCompletionTUInfo()); in AddFunctionParameterChunks()
3112 Result.getCodeCompletionTUInfo()); in AddTemplateParameterChunks()
3710 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks()
3748 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks()
[all …]
H A DCodeCompleteConsumer.cpp475 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h703 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function
1149 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0;
1201 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; } in getCodeCompletionTUInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp584 getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
663 getCodeCompletionTUInfo(), in ProcessOverloadCandidates()
677 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo() function in __anone15a3c3a0211::CaptureCompletionResults
H A DCXCursor.cpp1524 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1525 unit->getCodeCompletionTUInfo(), true); in clang_getCursorCompletionString()
1538 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1539 unit->getCodeCompletionTUInfo(), false); in clang_getCursorCompletionString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h316 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1935 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { in getCodeCompletionTUInfo() function in __anonc715c21c0611::AugmentedCodeCompleteConsumer
1936 return Next.getCodeCompletionTUInfo(); in getCodeCompletionTUInfo()
2096 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()