Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp518 bool PrintingCodeCompleteConsumer::isResultFilteredOut( in isResultFilteredOut()
535 void PrintingCodeCompleteConsumer::ProcessCodeCompleteResults( in ProcessCodeCompleteResults()
644 void PrintingCodeCompleteConsumer::ProcessOverloadCandidates( in ProcessOverloadCandidates()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1171 class PrintingCodeCompleteConsumer : public CodeCompleteConsumer {
1180 PrintingCodeCompleteConsumer(const CodeCompleteOptions &CodeCompleteOpts, in PrintingCodeCompleteConsumer() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp689 return new PrintingCodeCompleteConsumer(Opts, OS); in createCodeCompletionConsumer()