Searched refs:getCodeCompletionTUInfo (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 295 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 D | CodeCompleteConsumer.cpp | 475 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 703 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 D | CIndexCodeCompletion.cpp | 584 getCodeCompletionTUInfo(), in ProcessCodeCompleteResults() 663 getCodeCompletionTUInfo(), in ProcessOverloadCandidates() 677 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo() function in __anone15a3c3a0211::CaptureCompletionResults
|
H A D | CXCursor.cpp | 1524 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 D | ASTUnit.h | 316 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1935 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { in getCodeCompletionTUInfo() function in __anonc715c21c0611::AugmentedCodeCompleteConsumer 1936 return Next.getCodeCompletionTUInfo(); in getCodeCompletionTUInfo() 2096 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
|