Home
last modified time | relevance | path

Searched refs:preprocessorOpts (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h41 std::shared_ptr<Fortran::frontend::PreprocessorOptions> preprocessorOpts; variable
54 PreprocessorOptions &getPreprocessorOpts() { return *preprocessorOpts; } in getPreprocessorOpts()
56 return *preprocessorOpts; in getPreprocessorOpts()
H A DCompilerInstance.h178 PreprocessorOptions &preprocessorOpts() { in preprocessorOpts() function
181 const PreprocessorOptions &preprocessorOpts() const { in preprocessorOpts() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp47 preprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase()
51 preprocessorOpts(new PreprocessorOptions(x.getPreprocessorOpts())) {} in CompilerInvocationBase()