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

  /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))
  /src/external/apache2/llvm/dist/clang/include/clang/Interpreter/
Interpreter.h 57 const CompilerInstance *getCompilerInstance() const;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 150 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors)
188 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors &&
334 CompilerInstance &CI = getCompilerInstance();
499 CompilerInstance &CI = getCompilerInstance();
722 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
731 auto &FileMgr = getCompilerInstance().getFileManager();
738 Preprocessor &PP = getCompilerInstance().getPreprocessor();
743 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(),
753 Preprocessor &PP = getCompilerInstance().getPreprocessor();
771 Preprocessor &PP = getCompilerInstance().getPreprocessor()
    [all...]
ASTMerge.cpp 34 CompilerInstance &CI = getCompilerInstance();
FrontendAction.cpp 144 CompilerInstance &CI = getCompilerInstance();
945 CompilerInstance &CI = getCompilerInstance();
974 CompilerInstance &CI = getCompilerInstance();
1032 return getCompilerInstance().getDiagnostics().hasErrorOccurred();
1040 CompilerInstance &CI = getCompilerInstance();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
186 CompilerInstance &CI = getCompilerInstance();
195 CompilerInstance &CI = getCompilerInstance();
305 CompilerInstance &CI = getCompilerInstance();
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
Interpreter.cpp 197 const CompilerInstance *Interpreter::getCompilerInstance() const {
209 getCompilerInstance()->getASTContext().getTargetInfo().getTriple();
IncrementalParser.cpp 79 CompilerInstance &CI = getCompilerInstance();
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 64 /// getCompilerInstance().
119 CompilerInstance &getCompilerInstance() const {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp 50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 872 if (!getCompilerInstance().hasASTConsumer())
976 CompilerInstance &CI = getCompilerInstance();
1048 CompilerInstance &CI = getCompilerInstance();

Completed in 30 milliseconds