Home
last modified time | relevance | path

Searched refs:CodeCompleteConsumer (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseAST.h22 class CodeCompleteConsumer; variable
41 CodeCompleteConsumer *CompletionConsumer = nullptr,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp498 FunctionDecl *CodeCompleteConsumer::OverloadCandidate::getFunction() const { in getFunction()
508 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType()
531 CodeCompleteConsumer::OverloadCandidate::getFunctionProtoTypeLoc() const { in getFunctionProtoTypeLoc()
537 unsigned CodeCompleteConsumer::OverloadCandidate::getNumParams() const { in getNumParams()
557 CodeCompleteConsumer::OverloadCandidate::getParamType(unsigned N) const { in getParamType()
586 CodeCompleteConsumer::OverloadCandidate::getParamDecl(unsigned N) const { in getParamDecl()
623 CodeCompleteConsumer::~CodeCompleteConsumer() = default;
H A DSemaCodeComplete.cpp3971 const CodeCompleteConsumer::OverloadCandidate &Result, unsigned ArgIndex) { in getParameterComment()
4153 CodeCompleteConsumer::OverloadCandidate::CreateSignatureString( in CreateSignatureString()
4398 CodeCompleteConsumer *CodeCompleter, in HandleCodeCompleteResults()
6247 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate;
10497 CodeCompleteConsumer *CompletionConsumer) in SemaCodeCompletion()
H A DSema.cpp273 TranslationUnitKind TUKind, CodeCompleteConsumer *CodeCompleter) in Sema()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h27 class CodeCompleteConsumer; variable
144 clang::CodeCompleteConsumer *completion = nullptr,
H A DClangExpressionParser.cpp913 class CodeComplete : public CodeCompleteConsumer {
1016 : CodeCompleteConsumer(CodeCompleteOptions()), in CodeComplete()
1212 CodeCompleteConsumer *completion_consumer, in ParseInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h50 class CodeCompleteConsumer; variable
122 std::unique_ptr<CodeCompleteConsumer> CompletionConsumer;
604 CodeCompleteConsumer &getCodeCompletionConsumer() const { in getCodeCompletionConsumer()
612 void setCodeCompletionConsumer(CodeCompleteConsumer *Value);
735 static CodeCompleteConsumer *createCodeCompletionConsumer(
741 CodeCompleteConsumer *CompletionConsumer);
H A DASTUnit.h917 CodeCompleteConsumer &Consumer,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1018 class CodeCompleteConsumer {
1160 CodeCompleteConsumer(const CodeCompleteOptions &CodeCompleteOpts) in CodeCompleteConsumer() function
1200 virtual ~CodeCompleteConsumer();
1256 const CodeCompleteConsumer::OverloadCandidate &Result,
1261 class PrintingCodeCompleteConsumer : public CodeCompleteConsumer {
1272 : CodeCompleteConsumer(CodeCompleteOpts), OS(OS), in PrintingCodeCompleteConsumer()
H A DSemaCodeCompletion.h40 SemaCodeCompletion(Sema &S, CodeCompleteConsumer *CompletionConsumer);
46 CodeCompleteConsumer *CodeCompleter;
H A DSema.h127 class CodeCompleteConsumer; variable
888 CodeCompleteConsumer *CompletionConsumer = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp43 class ReplCompletionConsumer : public CodeCompleteConsumer {
47 : CodeCompleteConsumer(getClangCompleteOpts()), in ReplCompletionConsumer()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp102 CodeCompleteConsumer *CompletionConsumer, in ParseAST()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1959 class AugmentedCodeCompleteConsumer : public CodeCompleteConsumer {
1962 CodeCompleteConsumer &Next;
1965 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
1967 : CodeCompleteConsumer(CodeCompleteOpts), AST(AST), Next(Next) { in AugmentedCodeCompleteConsumer()
2198 CodeCompleteConsumer &Consumer, in CodeComplete()
H A DCompilerInstance.cpp193 void CompilerInstance::setCodeCompletionConsumer(CodeCompleteConsumer *Value) { in setCodeCompletionConsumer()
728 CodeCompleteConsumer *
743 CodeCompleteConsumer *CompletionConsumer) { in createSema()
H A DFrontendActions.cpp42 CodeCompleteConsumer *GetCodeCompletionConsumer(CompilerInstance &CI) { in GetCodeCompletionConsumer()
H A DFrontendAction.cpp1334 CodeCompleteConsumer *CompletionConsumer = nullptr; in ExecuteAction()
/freebsd/lib/clang/libclang/
H A DMakefile574 SRCS_MIN+= Sema/CodeCompleteConsumer.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc787 …ng, llvm::MemoryBuffer const*>*, unsigned int, bool, bool, clang::CodeCompleteConsumer&, clang::Di…
792 …mer::ProcessOverloadCandidates(clang::Sema&, unsigned int, clang::CodeCompleteConsumer::OverloadCa…
926 …eteConsumerE", "clang::CompilerInstance::setCodeCompletionConsumer(clang::CodeCompleteConsumer*)"},
940 …CodeCompleteConsumerE", "clang::CompilerInstance::createSema(bool, clang::CodeCompleteConsumer*)"},
951 …NS_21CodeCompletionContextEPNS_20CodeCompletionResultEj", "clang::CodeCompleteConsumer::ProcessCod…
952 …oadCandidateEj", "clang::CodeCompleteConsumer::ProcessOverloadCandidates(clang::Sema&, unsigned in…
4173 …reprocessor&, clang::ASTConsumer*, clang::ASTContext&, bool, bool, clang::CodeCompleteConsumer*)"},
4532 {"_ZNK5clang20CodeCompleteConsumer17OverloadCandidate11getFunctionEv", "clang::CodeCompleteConsumer
4533 …eCompleteConsumer17OverloadCandidate15getFunctionTypeEv", "clang::CodeCompleteConsumer::OverloadCa…
4534 {"_ZN5clang20CodeCompleteConsumerD0Ev", "clang::CodeCompleteConsumer::~CodeCompleteConsumer()"},
[all …]