/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 263 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anonaebf90eb0111::ResultBuilder 1310 Results.getCodeCompletionTUInfo()); in AddTypeSpecifierResults() 1426 Results.getCodeCompletionTUInfo()); in AddTypedefResult() 1520 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in addThisCompletion() 1536 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddOrdinaryNameResults() 2328 Result.getCodeCompletionTUInfo()); in AddFunctionParameterChunks() 2423 Result.getCodeCompletionTUInfo()); in AddTemplateParameterChunks() 2906 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks() 2939 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks() 3237 Results.getCodeCompletionTUInfo()); in MaybeAddOverrideCalls() [all …]
|
D | CodeCompleteConsumer.cpp | 388 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 295 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anon2f121f790111::ResultBuilder 1684 Results.getCodeCompletionTUInfo()); in AddTypeSpecifierResults() 1749 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddStorageSpecifiers() 1811 Results.getCodeCompletionTUInfo()); in AddTypedefResult() 1923 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in addThisCompletion() 2005 CodeCompletionBuilder Builder(Allocator, Results.getCodeCompletionTUInfo()); in AddOrdinaryNameResults() 2962 Result.getCodeCompletionTUInfo()); in AddFunctionParameterChunks() 3060 Result.getCodeCompletionTUInfo()); in AddTemplateParameterChunks() 3656 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks() 3694 Result.getCodeCompletionTUInfo()); in AddOverloadParameterChunks() [all …]
|
D | CodeCompleteConsumer.cpp | 475 ParentName = getCodeCompletionTUInfo().getParentName(DC); in addParentContext()
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 581 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; } 941 virtual CodeCompletionTUInfo &getCodeCompletionTUInfo() = 0; 973 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; }
|
/external/llvm-project/clang/include/clang/Sema/ |
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
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 546 getCodeCompletionTUInfo(), in ProcessCodeCompleteResults() 622 getCodeCompletionTUInfo(), in ProcessOverloadCandidates() 636 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo() function in __anon4832e0d10211::CaptureCompletionResults
|
D | CXCursor.cpp | 1354 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString() 1355 unit->getCodeCompletionTUInfo(), in clang_getCursorCompletionString() 1368 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString() 1369 unit->getCodeCompletionTUInfo(), in clang_getCursorCompletionString()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 584 getCodeCompletionTUInfo(), in ProcessCodeCompleteResults() 663 getCodeCompletionTUInfo(), in ProcessOverloadCandidates() 677 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo() function in __anon3cfb78df0211::CaptureCompletionResults
|
D | CXCursor.cpp | 1509 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString() 1510 unit->getCodeCompletionTUInfo(), true); in clang_getCursorCompletionString() 1523 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString() 1524 unit->getCodeCompletionTUInfo(), false); in clang_getCursorCompletionString()
|
/external/llvm-project/clang/unittests/Sema/ |
D | CodeCompleteTest.cpp | 59 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; } in getCodeCompletionTUInfo() function in __anon14938e2f0111::VisitedContextFinder
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTUnit.h | 316 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 371 CodeCompletionTUInfo &getCodeCompletionTUInfo() { in getCodeCompletionTUInfo() function
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2137 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { in getCodeCompletionTUInfo() function in __anon5a88eb930411::AugmentedCodeCompleteConsumer 2138 return Next.getCodeCompletionTUInfo(); in getCodeCompletionTUInfo() 2295 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1954 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { in getCodeCompletionTUInfo() function in __anon2736a9610611::AugmentedCodeCompleteConsumer 1955 return Next.getCodeCompletionTUInfo(); in getCodeCompletionTUInfo() 2115 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CodeComplete.cpp | 787 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; } in getCodeCompletionTUInfo() function 946 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo; } in getCodeCompletionTUInfo() function in clang::clangd::__anon02ed8fff0111::SignatureHelpCollector
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 995 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return m_info; } in getCodeCompletionTUInfo() function in __anon920392d00111::CodeComplete
|