HomeSort by relevance Sort by last modified time
    Searched refs:getPreprocessorOutputOpts (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 197 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
200 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
CompilerInstance.h 266 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
267 return Invocation->getPreprocessorOutputOpts();
269 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
270 return Invocation->getPreprocessorOutputOpts();
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 88 if (CI.getPreprocessorOutputOpts().RewriteIncludes) {
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 191 CI.getPreprocessorOutputOpts());
  /external/clang/lib/Frontend/
FrontendActions.cpp 556 CI.getPreprocessorOutputOpts());
CompilerInstance.cpp 243 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP);
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 167 milliseconds