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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1250     if(Tok.hasLeadingSpace() || ConcatInfo.AvoidConcat(PrevPrevTok, PrevTok,
 1251                                                        Tok)) {
 1253       if (PrevTok.isNot(tok::hashhash) && Tok.isNot(tok::hashhash)) {
 1259   if (!Tok.isOneOf(tok::hash, tok::hashhash)) {
 1261       OS << '\"' << PP.getSpelling(Tok) << '\"';
 1263       OS << PP.getSpelling(Tok);
 1267   PrevTok = Tok;