Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp623 bool PrintingCodeCompleteConsumer::isResultFilteredOut( in isResultFilteredOut()
640 void PrintingCodeCompleteConsumer::ProcessCodeCompleteResults( in ProcessCodeCompleteResults()
748 void PrintingCodeCompleteConsumer::ProcessOverloadCandidates( in ProcessOverloadCandidates()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1246 class PrintingCodeCompleteConsumer : public CodeCompleteConsumer {
1255 PrintingCodeCompleteConsumer(const CodeCompleteOptions &CodeCompleteOpts, in PrintingCodeCompleteConsumer() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp743 return new PrintingCodeCompleteConsumer(Opts, OS); in createCodeCompletionConsumer()