Home
last modified time | relevance | path

Searched defs:getCompilerInstance (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h120 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp527 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in clang::Interpreter
531 CompilerInstance *Interpreter::getCompilerInstance() { return CI.get(); } in getCompilerInstance() function in clang::Interpreter