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 196 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
199 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 86 if (CI.getPreprocessorOutputOpts().RewriteIncludes) {
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 193 CI.getPreprocessorOutputOpts());
  /external/clang/lib/Frontend/
FrontendActions.cpp 429 CI.getPreprocessorOutputOpts());
CompilerInstance.cpp 246 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP);
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 82 milliseconds