HomeSort by: relevance | last modified time | path
    Searched defs:getCompilerInstance (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
Interpreter.cpp 197 const CompilerInstance *Interpreter::getCompilerInstance() const {
209 getCompilerInstance()->getASTContext().getTargetInfo().getTriple();
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 64 /// getCompilerInstance().
119 CompilerInstance &getCompilerInstance() const {
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 262 CompilerInstance &getCompilerInstance() { return *CI; }
283 IndirectCI.getCompilerInstance(), *ST, *BC);
284 IndirectCI.getCompilerInstance().setASTContext(AST.release());
310 init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC);
311 CI.getCompilerInstance().setASTContext(AST.release());
319 init_convenience::BuildCodeGen(CI.getCompilerInstance(), *LLVMCtx));
328 CI.getCompilerInstance().getLangOpts(),
329 &CI.getCompilerInstance().getPreprocessor());
333 if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers))

Completed in 26 milliseconds