Home
last modified time | relevance | path

Searched refs:PrintingCodeCompleteConsumer (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp629 bool PrintingCodeCompleteConsumer::isResultFilteredOut( in isResultFilteredOut()
647 void PrintingCodeCompleteConsumer::ProcessCodeCompleteResults( in ProcessCodeCompleteResults()
755 void PrintingCodeCompleteConsumer::ProcessOverloadCandidates( in ProcessOverloadCandidates()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1260 class PrintingCodeCompleteConsumer : public CodeCompleteConsumer {
1269 PrintingCodeCompleteConsumer(const CodeCompleteOptions &CodeCompleteOpts, in PrintingCodeCompleteConsumer() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp743 return new PrintingCodeCompleteConsumer(Opts, OS); in createCodeCompletionConsumer()