Searched defs:isIdentifier (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h375 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } function in class:clang::DeclarationName
H A DTemplateName.h505 bool isIdentifier() const { return !Qualifier.getInt(); } function in class:clang::DependentTemplateName
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1564 bool isIdentifier = Tok.is(tok::identifier); local

Completed in 131 milliseconds