Lines Matching refs:StringConstant
230 /// ::= 'module' 'asm' STRINGCONSTANT
244 /// ::= 'target' 'triple' '=' STRINGCONSTANT
245 /// ::= 'target' 'datalayout' '=' STRINGCONSTANT
270 /// ::= 'deplibs' '=' '[' STRINGCONSTANT (',' STRINGCONSTANT)* ']'
441 // ::= '!' STRINGCONSTANT
725 if (ParseToken(lltok::StringConstant, "expected global section string"))
841 /// ::= StringConstant
843 if (Lex.getKind() != lltok::StringConstant)
1997 if (ParseToken(lltok::StringConstant, "expected string")) return true;
2002 // ValID ::= 'asm' SideEffect? AlignStack? STRINGCONSTANT ',' STRINGCONSTANT
2009 ParseToken(lltok::StringConstant, "expected constraint string"))
2402 // ::= '!' STRINGCONSTANT