Home
last modified time | relevance | path

Searched refs:IsString (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp550 bool IsString = Tok.getKind() == tok::string_literal ? true : false; in ParseMicrosoftDeclSpec() local
551 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpec()
560 if (IsString) { in ParseMicrosoftDeclSpec()