Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/AsmParser/
H A DToken.cpp192 bool Token::isKeyword() const { in isKeyword() function in Token
/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp25 bool ClangHighlighter::isKeyword(llvm::StringRef token) const { in isKeyword() function in ClangHighlighter
/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
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMacroParenthesesCheck.cpp53 static bool isKeyword(const Token &T) { in isKeyword() function
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h109 bool isKeyword() const { in isKeyword() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h99 bool isKeyword() const { in isKeyword() function
/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp344 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { isKeyword() function in IdentifierInfo
/llvm-project/clang-tools-extra/clangd/
H A DSourceCode.cpp659 bool isKeyword(llvm::StringRef NewName, const LangOptions &LangOpts) { in isKeyword() function
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4525 addName(StringRef Name,NamedDecl * ND,NestedNameSpecifier * NNS,bool isKeyword) addName() argument