Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp25 bool ClangHighlighter::isKeyword(llvm::StringRef token) const { in isKeyword() function in ClangHighlighter
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp344 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword() function in IdentifierInfo
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4525 NestedNameSpecifier *NNS, bool isKeyword) { in addName()