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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1068   RawLexer.LexFromRawLexer(TheTok);
 1070   std::string MacroName = PP.getSpelling(TheTok);
 1096   RawLexer.LexFromRawLexer(TheTok);
 1105   if (TheTok.isNot(tok::l_paren))
 1140       RawLexer.LexFromRawLexer(TheTok);
 1143               (UnexpArgII == __VA_ARGS__II ? false : TheTok.is(tok::comma)))) {
 1144         assert(TheTok.isNot(tok::eof) &&
 1147         if (TheTok.is(tok::l_paren))
 1150         if (TheTok.is(tok::r_paren))
 1156         if (TheTok.is(tok::raw_identifier))
 1157           PP.LookUpIdentifierInfo(TheTok);
 1159         ExpandedArgTokens.push_back(TheTok);
 1160         RawLexer.LexFromRawLexer(TheTok);
 1169   assert(TheTok.is(tok::r_paren) &&