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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 172 PreprocessorOptions &getPreprocessorOpts() { return PreprocessorOpts; }
173 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 227 PreprocessorOptions &getPreprocessorOpts() {
228 return Invocation->getPreprocessorOpts();
230 const PreprocessorOptions &getPreprocessorOpts() const {
231 return Invocation->getPreprocessorOpts();

Completed in 29 milliseconds