Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp122 bool HasIdentifier = false; in computeUsingDeclarationLabel() local
124 HasIdentifier = true; in computeUsingDeclarationLabel()
132 if (HasIdentifier && Tok && Tok->isOneOf(tok::semi, tok::comma)) in computeUsingDeclarationLabel()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp1819 bool HasIdentifier = Tok.is(tok::identifier); in ParseOMPDeclareTargetClauses() local
1820 if (HasIdentifier) { in ParseOMPDeclareTargetClauses()
1909 if (DTCI.Kind == OMPD_declare_target || HasIdentifier) { in ParseOMPDeclareTargetClauses()
1932 if (!HasIdentifier && Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOMPDeclareTargetClauses()