Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h182 bool isKeyword() const { in isKeyword() function
189 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp227 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword() function in IdentifierInfo
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3436 NestedNameSpecifier *NNS, bool isKeyword) { in addName()