Home
last modified time | relevance | path

Searched defs:isKeyword (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.c335 int Token::isKeyword() in isKeyword() function
H A Ddoc.c2124 bool isKeyword(utf8_t *p, size_t len) in isKeyword() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h202 bool isKeyword() const { in isKeyword() function
208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp252 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword() function in IdentifierInfo
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.d894 int isKeyword() const in isKeyword() function
H A Ddoc.d2634 private bool isKeyword(const(char)* p, size_t len) in isKeyword() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4253 NestedNameSpecifier *NNS, bool isKeyword) { in addName()