Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1262 class PrintingCodeCompleteConsumer : public CodeCompleteConsumer {
1271 PrintingCodeCompleteConsumer(const CodeCompleteOptions &CodeCompleteOpts, in PrintingCodeCompleteConsumer() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp742 return new PrintingCodeCompleteConsumer(Opts, OS); in createCodeCompletionConsumer()