Lines Matching refs:Suffix

1181   SmallVector<Token, 32> Suffix;  in LexAfterModuleImport()  local
1186 Suffix.push_back(Result); in LexAfterModuleImport()
1190 CollectPpImportSuffix(Suffix); in LexAfterModuleImport()
1191 if (Suffix.back().isNot(tok::semi)) { in LexAfterModuleImport()
1193 EnterTokens(Suffix); in LexAfterModuleImport()
1200 SourceLocation SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport()
1213 /*HashLoc*/ SourceLocation(), ImportTok, Suffix.front(), SemiLoc); in LexAfterModuleImport()
1220 Suffix.emplace_back(); in LexAfterModuleImport()
1221 Suffix.back().startToken(); in LexAfterModuleImport()
1222 Suffix.back().setKind(tok::annot_module_begin); in LexAfterModuleImport()
1223 Suffix.back().setLocation(SemiLoc); in LexAfterModuleImport()
1224 Suffix.back().setAnnotationEndLoc(SemiLoc); in LexAfterModuleImport()
1225 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1233 Suffix[0].setKind(tok::annot_header_unit); in LexAfterModuleImport()
1234 Suffix[0].setAnnotationEndLoc(Suffix[0].getLocation()); in LexAfterModuleImport()
1235 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1243 EnterTokens(Suffix); in LexAfterModuleImport()
1247 EnterTokens(Suffix); in LexAfterModuleImport()
1284 Suffix.push_back(Result); in LexAfterModuleImport()
1285 CollectPpImportSuffix(Suffix); in LexAfterModuleImport()
1286 if (Suffix.back().isNot(tok::semi)) { in LexAfterModuleImport()
1288 EnterTokens(Suffix); in LexAfterModuleImport()
1291 SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport()
1326 if (!Suffix.empty()) { in LexAfterModuleImport()
1327 EnterTokens(Suffix); in LexAfterModuleImport()