Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h190 PreprocessorOptions &preprocessorOpts() { preprocessorOpts() function
193 const PreprocessorOptions &preprocessorOpts() const { preprocessorOpts() function
H A DCompilerInvocation.h47 std::shared_ptr<Fortran::frontend::PreprocessorOptions> preprocessorOpts; global() variable