Home | History | Annotate | Download | only in Lex

Lines Matching refs:isStr

789   if (II->isStr("ON"))
791 else if (II->isStr("OFF"))
793 else if (II->isStr("DEFAULT"))
867 if (II->isStr("assert")) {
869 } else if (II->isStr("crash")) {
871 } else if (II->isStr("parser_crash")) {
875 } else if (II->isStr("llvm_fatal_error")) {
877 } else if (II->isStr("llvm_unreachable")) {
879 } else if (II->isStr("overflow_stack")) {
881 } else if (II->isStr("handle_crash")) {
885 } else if (II->isStr("captured")) {
954 if (II->isStr("warning"))
956 else if (II->isStr("error"))
958 else if (II->isStr("ignored"))
960 else if (II->isStr("fatal"))
962 else if (II->isStr("pop")) {
968 } else if (II->isStr("push")) {
1171 if (BeginEnd && BeginEnd->isStr("begin")) {
1173 } else if (BeginEnd && BeginEnd->isStr("end")) {