Searched refs:HasIdentifier (Results 1 – 2 of 2) sorted by relevance
99 bool HasIdentifier = false; in computeUsingDeclarationLabel() local101 HasIdentifier = true; in computeUsingDeclarationLabel()109 if (HasIdentifier && Tok && Tok->isOneOf(tok::semi, tok::comma)) in computeUsingDeclarationLabel()
1835 bool HasIdentifier = Tok.is(tok::identifier); in ParseOMPDeclareTargetClauses() local1836 if (HasIdentifier) { in ParseOMPDeclareTargetClauses()1911 if (DTCI.Kind == OMPD_declare_target || HasIdentifier) { in ParseOMPDeclareTargetClauses()1934 if (!HasIdentifier && Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOMPDeclareTargetClauses()