Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp213 Token IdentTok = P.getCurToken(); in tryParseAndConsumeSpecialTokenKind() local
216 if (isTokenIdentifierOrKeyword(P, IdentTok) && P.NextToken().is(tok::colon)) { in tryParseAndConsumeSpecialTokenKind()
220 if (!isOpenACCSpecialToken(Kind, IdentTok)) { in tryParseAndConsumeSpecialTokenKind()
221 P.Diag(IdentTok, diag::err_acc_invalid_tag_kind) in tryParseAndConsumeSpecialTokenKind()
222 << IdentTok.getIdentifierInfo() << DirOrClause in tryParseAndConsumeSpecialTokenKind()
H A DParseStmt.cpp740 Token IdentTok = Tok; // Save the whole token. in ParseLabeledStatement() local
789 LabelDecl *LD = Actions.LookupOrCreateLabel(IdentTok.getIdentifierInfo(), in ParseLabeledStatement()
790 IdentTok.getLocation()); in ParseLabeledStatement()
794 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc, in ParseLabeledStatement()