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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 258 Instance.getPreprocessorOutputOpts().RewriteImports = false;
295 if (CI.getPreprocessorOutputOpts().RewriteImports) {
309 if (CI.getPreprocessorOutputOpts().RewriteImports) {
314 CI.getPreprocessorOutputOpts());
319 CI.getPreprocessorOutputOpts());
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 312 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
313 return Invocation->getPreprocessorOutputOpts();
315 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
316 return Invocation->getPreprocessorOutputOpts();
CompilerInvocation.h 174 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
178 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 98 if (CI.getPreprocessorOutputOpts().RewriteIncludes ||
99 CI.getPreprocessorOutputOpts().RewriteImports)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 861 CI.getPreprocessorOutputOpts());
CompilerInstance.cpp 485 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP);
CompilerInvocation.cpp 4422 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, Diags,
4427 Res.getPreprocessorOutputOpts().ShowLineMarkers);

Completed in 26 milliseconds