Home
last modified time | relevance | path

Searched defs:isIdentifier (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1335 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h385 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function