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

References

tools/clang/lib/Lex/Preprocessor.cpp
 1149     Suffix.push_back(Result);
 1153     CollectPpImportSuffix(Suffix);
 1154     if (Suffix.back().isNot(tok::semi)) {
 1156       EnterTokens(Suffix);
 1163     SourceLocation SemiLoc = Suffix.back().getLocation();
 1176         /*HashLoc*/ SourceLocation(), ImportTok, Suffix.front(), SemiLoc);
 1183       Suffix.emplace_back();
 1184       Suffix.back().startToken();
 1185       Suffix.back().setKind(tok::annot_module_begin);
 1186       Suffix.back().setLocation(SemiLoc);
 1187       Suffix.back().setAnnotationEndLoc(SemiLoc);
 1188       Suffix.back().setAnnotationValue(Action.ModuleForHeader);
 1195       Suffix[0].setKind(tok::annot_header_unit);
 1196       Suffix[0].setAnnotationEndLoc(Suffix[0].getLocation());
 1196       Suffix[0].setAnnotationEndLoc(Suffix[0].getLocation());
 1197       Suffix[0].setAnnotationValue(Action.ModuleForHeader);
 1202     EnterTokens(Suffix);
 1239     Suffix.push_back(Result);
 1240     CollectPpImportSuffix(Suffix);
 1241     if (Suffix.back().isNot(tok::semi)) {
 1243       EnterTokens(Suffix);
 1246     SemiLoc = Suffix.back().getLocation();
 1278   if (!Suffix.empty()) {
 1279     EnterTokens(Suffix);