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 199 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
CompilerInstance.h 281 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
282 return Invocation->getPreprocessorOutputOpts();
284 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
285 return Invocation->getPreprocessorOutputOpts();
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 90 if (CI.getPreprocessorOutputOpts().RewriteIncludes) {
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 191 CI.getPreprocessorOutputOpts());
  /external/clang/lib/Frontend/
FrontendActions.cpp 653 CI.getPreprocessorOutputOpts());
CompilerInstance.cpp 330 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP);
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 123 milliseconds