Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DBooleanExpression.py83 def isIdentifier(token): member in BooleanExpression
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h506 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function
H A DDeclarationName.h375 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp1510 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c2110 bool isIdentifier(Dsymbols *a, const utf8_t *p, size_t len) in isIdentifier() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2592 private bool isIdentifier(Dsymbols* a, const(char)* p, size_t len) in isIdentifier() function