Lines Matching refs:getOption
80 if (A->getOption().matches(options::OPT_O0))
83 if (A->getOption().matches(options::OPT_Ofast))
86 assert (A->getOption().matches(options::OPT_O));
100 if (A->getOption().matches(options::OPT_O)) {
120 if (A->getOption().getKind() == Option::FlagClass) {
121 Warnings.push_back(A->getOption().getName().substr(1));
248 bool enable = (A->getOption().getID() == OPT_analyzer_checker);
544 if (A->getOption().matches(OPT_fpcc_struct_return)) {
547 assert(A->getOption().matches(OPT_freg_struct_return));
625 if (A->getOption().matches(OPT_fdiagnostics_show_note_include_stack))
716 switch (A->getOption().getID()) {
848 switch (A->getOption().getID()) {
1010 if ((*it)->getOption().matches(OPT_index_header_map)) {
1020 /*IsFramework=*/ (*it)->getOption().matches(OPT_F), true);
1030 if (A->getOption().matches(OPT_iprefix))
1032 else if (A->getOption().matches(OPT_iwithprefix))
1049 !(*it)->getOption().matches(OPT_iwithsysroot));
1074 if ((*I)->getOption().matches(OPT_internal_externc_isystem))
1085 (*I)->getValue(), (*I)->getOption().matches(OPT_system_header_prefix));
1669 if ((*it)->getOption().matches(OPT_D))