Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h297 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp261 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp324 if (!ii.isCPlusPlusKeyword(cpp_lang_opts)) in RemoveCppKeyword()
/external/llvm-project/clang/lib/Parse/
DParser.cpp219 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
DParseDecl.cpp6087 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()