HomeSort by: relevance | last modified time | path
    Searched defs:getPreprocessorOutputOpts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 174 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
178 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
CompilerInstance.h 312 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
313 return Invocation->getPreprocessorOutputOpts();
315 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const {
316 return Invocation->getPreprocessorOutputOpts();

Completed in 133 milliseconds