Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp99 bool HasIdentifier = false; in computeUsingDeclarationLabel() local
101 HasIdentifier = true; in computeUsingDeclarationLabel()
109 if (HasIdentifier && Tok && Tok->isOneOf(tok::semi, tok::comma)) in computeUsingDeclarationLabel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1675 bool HasIdentifier = Tok.is(tok::identifier); in ParseOMPDeclareTargetClauses() local
1676 if (HasIdentifier) { in ParseOMPDeclareTargetClauses()
1734 if (DTCI.Kind == OMPD_declare_target || HasIdentifier) { in ParseOMPDeclareTargetClauses()
1757 if (!HasIdentifier && Tok.isNot(tok::annot_pragma_openmp_end)) { in ParseOMPDeclareTargetClauses()