Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp197 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance() function in Interpreter
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp262 CompilerInstance &getCompilerInstance() { return *CI; } in getCompilerInstance() function