Lines Matching refs:Suffix
1172 SmallVector<Token, 32> Suffix; in LexAfterModuleImport() local
1177 Suffix.push_back(Result); in LexAfterModuleImport()
1181 CollectPpImportSuffix(Suffix); in LexAfterModuleImport()
1182 if (Suffix.back().isNot(tok::semi)) { in LexAfterModuleImport()
1184 EnterTokens(Suffix); in LexAfterModuleImport()
1191 SourceLocation SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport()
1204 /*HashLoc*/ SourceLocation(), ImportTok, Suffix.front(), SemiLoc); in LexAfterModuleImport()
1211 Suffix.emplace_back(); in LexAfterModuleImport()
1212 Suffix.back().startToken(); in LexAfterModuleImport()
1213 Suffix.back().setKind(tok::annot_module_begin); in LexAfterModuleImport()
1214 Suffix.back().setLocation(SemiLoc); in LexAfterModuleImport()
1215 Suffix.back().setAnnotationEndLoc(SemiLoc); in LexAfterModuleImport()
1216 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1224 Suffix[0].setKind(tok::annot_header_unit); in LexAfterModuleImport()
1225 Suffix[0].setAnnotationEndLoc(Suffix[0].getLocation()); in LexAfterModuleImport()
1226 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1234 EnterTokens(Suffix); in LexAfterModuleImport()
1238 EnterTokens(Suffix); in LexAfterModuleImport()
1275 Suffix.push_back(Result); in LexAfterModuleImport()
1276 CollectPpImportSuffix(Suffix); in LexAfterModuleImport()
1277 if (Suffix.back().isNot(tok::semi)) { in LexAfterModuleImport()
1279 EnterTokens(Suffix); in LexAfterModuleImport()
1282 SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport()
1317 if (!Suffix.empty()) { in LexAfterModuleImport()
1318 EnterTokens(Suffix); in LexAfterModuleImport()