Home | History | Annotate | Download | only in Sema

Lines Matching refs:VS

1253 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc,
1258 LastSpecifier = VS;
1260 if (Specifiers & VS) {
1261 PrevSpec = getSpecifierName(VS);
1265 Specifiers |= VS;
1267 switch (VS) {
1277 const char *VirtSpecifiers::getSpecifierName(Specifier VS) {
1278 switch (VS) {