Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { getCompilerInstance() function
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp354 const CompilerInstance *Interpreter::getCompilerInstance() const { getCompilerInstance() function in Interpreter
358 CompilerInstance *Interpreter::getCompilerInstance() { getCompilerInstance() function in Interpreter
/llvm-project/clang/tools/clang-import-test/
H A Dclang-import-test.cpp264 CompilerInstance &getCompilerInstance() { return *CI; } getCompilerInstance() function