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

Declarations

tools/clang/include/clang/Lex/Token.h
  282   tok::ObjCKeywordKind getObjCKeywordID() const;

References

tools/clang/lib/Format/Format.cpp
 1775              (FormatTok->Tok.getObjCKeywordID() != tok::objc_not_keyword ||
tools/clang/lib/Format/TokenAnnotator.cpp
 1463       switch (Current.Next->Tok.getObjCKeywordID()) {
 2519       Left.Tok.getObjCKeywordID() == tok::objc_property)
 2669   if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword)
 3351   if (Left.Tok.getObjCKeywordID() == tok::objc_interface)
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  348       tok::ObjCKeywordKind kwId = I[-1]->First->Next->Tok.getObjCKeywordID();
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1147       switch (FormatTok->Tok.getObjCKeywordID()) {
 2305   assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_interface ||
 2306          FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation);
 2362   assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_protocol);
tools/clang/lib/Parse/ParseObjc.cpp
   58   switch (Tok.getObjCKeywordID()) {
  675     tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
 1928       switch (Tok.getObjCKeywordID()) {
 1933         visibility = Tok.getObjCKeywordID();