Home
last modified time | relevance | path

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

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