Lines Matching full:stringconstant
298 /// ::= 'module' 'asm' STRINGCONSTANT
312 /// ::= 'target' 'triple' '=' STRINGCONSTANT
313 /// ::= 'target' 'datalayout' '=' STRINGCONSTANT
338 /// ::= 'deplibs' '=' '[' STRINGCONSTANT (',' STRINGCONSTANT)* ']'
573 // ::= '!' STRINGCONSTANT
890 if (ParseToken(lltok::StringConstant, "expected global section string"))
974 case lltok::StringConstant: {
1193 /// ::= StringConstant
1195 if (Lex.getKind() != lltok::StringConstant)
2528 if (ParseToken(lltok::StringConstant, "expected string")) return true;
2533 // ValID ::= 'asm' SideEffect? AlignStack? IntelDialect? STRINGCONSTANT ','
2534 // STRINGCONSTANT
2542 ParseToken(lltok::StringConstant, "expected constraint string"))
2945 // ::= '!' STRINGCONSTANT