Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp240 Token IdentTok = P.getCurToken(); in tryParseAndConsumeSpecialTokenKind() local
243 if (isTokenIdentifierOrKeyword(P, IdentTok) && P.NextToken().is(tok::colon)) { in tryParseAndConsumeSpecialTokenKind()
247 if (!isOpenACCSpecialToken(Kind, IdentTok)) { in tryParseAndConsumeSpecialTokenKind()
248 P.Diag(IdentTok, diag::err_acc_invalid_tag_kind) in tryParseAndConsumeSpecialTokenKind()
249 << IdentTok.getIdentifierInfo() << DirOrClause in tryParseAndConsumeSpecialTokenKind()
H A DParseStmt.cpp752 Token IdentTok = Tok; // Save the whole token. in ParseLabeledStatement() local
801 LabelDecl *LD = Actions.LookupOrCreateLabel(IdentTok.getIdentifierInfo(), in ParseLabeledStatement()
802 IdentTok.getLocation()); in ParseLabeledStatement()
806 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc, in ParseLabeledStatement()