Home
last modified time | relevance | path

Searched refs:isCPlusPlusKeyword (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h428 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const; in alignas()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp356 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp323 if (!ii.isCPlusPlusKeyword(cpp_lang_opts)) in RemoveCppKeyword()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp226 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
H A DParseDecl.cpp6690 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()