Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp344 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword() function in IdentifierInfo
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4594 addName(StringRef Name,NamedDecl * ND,NestedNameSpecifier * NNS,bool isKeyword) addName() argument