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 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();

Completed in 406 milliseconds