Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp25 bool ClangHighlighter::isKeyword(llvm::StringRef token) const { in isKeyword() function in ClangHighlighter
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp330 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword() function in IdentifierInfo
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp4576 NestedNameSpecifier *NNS, bool isKeyword) { in addName()