Home
last modified time | relevance | path

Searched defs:preprocessorOpts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h178 PreprocessorOptions &preprocessorOpts() { in preprocessorOpts() function
181 const PreprocessorOptions &preprocessorOpts() const { in preprocessorOpts() function
H A DCompilerInvocation.h41 std::shared_ptr<Fortran::frontend::PreprocessorOptions> preprocessorOpts; variable