Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getPreprocessorOpts

59     PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
1838 ParsePreprocessorArgs(Res.getPreprocessorOpts(), *Args, FileMgr, Diags);
1925 const PreprocessorOptions &ppOpts = getPreprocessorOpts();
1930 I = getPreprocessorOpts().Macros.begin(),
1931 IEnd = getPreprocessorOpts().Macros.end();