Home | History | Annotate | Download | only in Lex

Lines Matching defs:Sub

298       StringRef Sub = Directive.substr(2);
299 if (Sub.empty() || // "if"
300 Sub == "def" || // "ifdef"
301 Sub == "ndef") { // "ifndef"
313 StringRef Sub = Directive.substr(1);
314 if (Sub == "ndif") { // "endif"
325 } else if (Sub == "lse") { // "else".
349 } else if (Sub == "lif") { // "elif".