Lines Matching refs:Suffix

1190   SmallVector<Token, 32> Suffix;  in LexAfterModuleImport()  local
1195 Suffix.push_back(Result); in LexAfterModuleImport()
1199 CollectPpImportSuffix(Suffix); in LexAfterModuleImport()
1200 if (Suffix.back().isNot(tok::semi)) { in LexAfterModuleImport()
1202 EnterTokens(Suffix); in LexAfterModuleImport()
1209 SourceLocation SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport()
1222 /*HashLoc*/ SourceLocation(), ImportTok, Suffix.front(), SemiLoc); in LexAfterModuleImport()
1229 Suffix.emplace_back(); in LexAfterModuleImport()
1230 Suffix.back().startToken(); in LexAfterModuleImport()
1231 Suffix.back().setKind(tok::annot_module_begin); in LexAfterModuleImport()
1232 Suffix.back().setLocation(SemiLoc); in LexAfterModuleImport()
1233 Suffix.back().setAnnotationEndLoc(SemiLoc); in LexAfterModuleImport()
1234 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1242 Suffix[0].setKind(tok::annot_header_unit); in LexAfterModuleImport()
1243 Suffix[0].setAnnotationEndLoc(Suffix[0].getLocation()); in LexAfterModuleImport()
1244 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1252 EnterTokens(Suffix); in LexAfterModuleImport()
1256 EnterTokens(Suffix); in LexAfterModuleImport()
1293 Suffix.push_back(Result); in LexAfterModuleImport()
1294 CollectPpImportSuffix(Suffix); in LexAfterModuleImport()
1295 if (Suffix.back().isNot(tok::semi)) { in LexAfterModuleImport()
1297 EnterTokens(Suffix); in LexAfterModuleImport()
1300 SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport()
1332 if (!Suffix.empty()) { in LexAfterModuleImport()
1333 EnterTokens(Suffix); in LexAfterModuleImport()