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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  843     PrevTok.setKind(tok::unknown);
 1247   if (PrevTok.isNot(tok::unknown)) {
 1250     if(Tok.hasLeadingSpace() || ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok,
 1253       if (PrevTok.isNot(tok::hashhash) && Tok.isNot(tok::hashhash)) {
 1260     if (PrevTok.is(tok::hash))
 1266   PrevPrevTok = PrevTok;
 1267   PrevTok = Tok;