Searched refs:isCPlusPlusKeyword (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h297 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp261 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { function in class:IdentifierInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp219 if (II->isCPlusPlusKeyword(getLangOpts())) {
H A DParseDecl.cpp6002 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) {

Completed in 146 milliseconds