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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 199 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
CompilerInstance.h 308 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
309 return Invocation->getPreprocessorOutputOpts();
311 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
312 return Invocation->getPreprocessorOutputOpts();

Completed in 4022 milliseconds