Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.h64 const CompilerInstance *getCI() const { return CI.get(); } in getCI() function
H A DInterpreter.cpp199 return IncrParser->getCI(); in getCompilerInstance()
H A DIncrementalParser.cpp182 DiagnosticsEngine &Diags = getCI()->getDiagnostics(); in ParseOrWrapTopLevelDecl()