Home | History | Annotate | Download | only in Sema

Lines Matching refs:VS

1191 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc,
1195 if (Specifiers & VS) {
1196 PrevSpec = getSpecifierName(VS);
1200 Specifiers |= VS;
1202 switch (VS) {
1212 const char *VirtSpecifiers::getSpecifierName(Specifier VS) {
1213 switch (VS) {