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

References

tools/clang/lib/Format/TokenAnnotator.cpp
  344         if (PossibleObjCForInToken) {
  345           PossibleObjCForInToken->Type = TT_Unknown;
  346           PossibleObjCForInToken = nullptr;
  350         PossibleObjCForInToken = CurrentToken;
  351         PossibleObjCForInToken->Type = TT_ObjCForIn;