Home | History | Annotate | Download | only in Sema

Lines Matching full:strlit

430     if (StringLiteral *StrLit = dyn_cast<StringLiteral>(ArgExp)) {
431 if (StrLit->getLength() == 0 ||
432 StrLit->getString() == StringRef("*")) {