Lines Matching refs:Identifier
97 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM,
102 TheParser.getActions().GetOrCreateMSAsmLabel(Identifier, Loc, Create);
180 /// Parse an identifier in an MS-style inline assembly block.
214 // Require an identifier here.
232 // While the next two tokens are 'period' 'identifier', repeatedly parse it as
237 if (IdTok.isNot(tok::identifier))
241 ConsumeToken(); // Consume the identifier.
807 /// '[' identifier ']' asm-string-literal '(' expression ')'
824 if (Tok.isNot(tok::identifier)) {
825 Diag(Tok, diag::err_expected) << tok::identifier;