reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
300 bool isKeyword(const LangOptions &LangOpts) const;
253 if (!LangOpts.CPlusPlus || !isKeyword(LangOpts)) 261 return !isKeyword(LangOptsNoCPP);tools/clang/lib/Lex/PPDirectives.cpp
147 if (II->isKeyword(Lang)) 2421 if (!II->isKeyword(LOptions))tools/clang/lib/Sema/SemaCast.cpp
1939 AttrTokens.push_back(II->isKeyword(Self.getLangOpts()) 1949 AttrTokens.push_back(II->isKeyword(Self.getLangOpts())