reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/IdentifierTable.h
  300   bool isKeyword(const LangOptions &LangOpts) const;

References

tools/clang/lib/Basic/IdentifierTable.cpp
  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())