Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h369 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp342 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp325 if (!ii.isCPlusPlusKeyword(cpp_lang_opts)) in RemoveCppKeyword()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp219 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
H A DParseDecl.cpp6468 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()