Searched defs:getFrontendOpts (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/include/flang/Frontend/ | ||
H A D | CompilerInstance.h | 185 FrontendOptions &getFrontendOpts() { return invocation->getFrontendOpts(); } getFrontendOpts() function |
H A D | CompilerInvocation.h | 148 FrontendOptions &getFrontendOpts() { return frontendOpts; } getFrontendOpts() function |
/llvm-project/clang/include/clang/Frontend/ | ||
H A D | CompilerInvocation.h | 141 const FrontendOptions &getFrontendOpts() const { return *FrontendOpts; } in getFrontendOpts() function |
H A D | CompilerInstance.h | 311 FrontendOptions &getFrontendOpts() { getFrontendOpts() function |