Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDCodeCompleteConsumer.cpp519 bool PrintingCodeCompleteConsumer::isResultFilteredOut( in isResultFilteredOut()
536 void PrintingCodeCompleteConsumer::ProcessCodeCompleteResults( in ProcessCodeCompleteResults()
646 void PrintingCodeCompleteConsumer::ProcessOverloadCandidates( in ProcessOverloadCandidates()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDCodeCompleteConsumer.h1174 class PrintingCodeCompleteConsumer : public CodeCompleteConsumer {
1183 PrintingCodeCompleteConsumer(const CodeCompleteOptions &CodeCompleteOpts, in PrintingCodeCompleteConsumer() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp619 return new PrintingCodeCompleteConsumer(Opts, OS); in createCodeCompletionConsumer()