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

References

tools/clang/lib/Format/TokenAnnotator.cpp
 1465       case tok::objc_implementation:
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1154       case tok::objc_implementation:
 2306          FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation);
tools/clang/lib/Parse/ParseObjc.cpp
   66   case tok::objc_implementation:
  701     case tok::objc_implementation:
 2098   assert(Tok.isObjCAtKeyword(tok::objc_implementation) &&
 2110   MaybeSkipAttributes(tok::objc_implementation);
tools/clang/lib/Parse/Parser.cpp
 1061         !Tok.isObjCAtKeyword(tok::objc_implementation)) {
 1078     if (Tok.isObjCAtKeyword(tok::objc_implementation))