Searched refs:preprocessorOpts (Results 1 – 3 of 3) sorted by relevance
41 std::shared_ptr<Fortran::frontend::PreprocessorOptions> preprocessorOpts; variable54 PreprocessorOptions &getPreprocessorOpts() { return *preprocessorOpts; } in getPreprocessorOpts()56 return *preprocessorOpts; in getPreprocessorOpts()
178 PreprocessorOptions &preprocessorOpts() { in preprocessorOpts() function181 const PreprocessorOptions &preprocessorOpts() const { in preprocessorOpts() function
47 preprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase()51 preprocessorOpts(new PreprocessorOptions(x.getPreprocessorOpts())) {} in CompilerInvocationBase()