Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h305 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp264 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp219 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
H A DParseDecl.cpp6147 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()