Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTypoCorrection.h182 bool isKeyword() const { in isKeyword() function
189 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp245 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword() function in IdentifierInfo
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp3627 NestedNameSpecifier *NNS, bool isKeyword) { in addName()