Home
last modified time | relevance | path

Searched refs:InterpCI (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp355 void ReplCodeCompleter::codeComplete(CompilerInstance *InterpCI, in codeComplete() argument
363 auto diag = InterpCI->getDiagnosticsPtr(); in codeComplete()
365 InterpCI->getInvocationPtr(), std::make_shared<PCHContainerOperations>(), in codeComplete()
369 InterpCI->getFrontendOpts().Inputs[0] = FrontendInputFile( in codeComplete()
383 InterpCI->getLangOpts(), InterpCI->getSourceManager(), in codeComplete()
384 InterpCI->getFileManager(), sd, tb, std::move(Act)); in codeComplete()
/src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DCodeCompletion.h43 void codeComplete(CompilerInstance *InterpCI, llvm::StringRef Content,