Home | History | Annotate | Download | only in Sema

Lines Matching refs:VS

1099 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc,
1103 if (Specifiers & VS) {
1104 PrevSpec = getSpecifierName(VS);
1108 Specifiers |= VS;
1110 switch (VS) {
1119 const char *VirtSpecifiers::getSpecifierName(Specifier VS) {
1120 switch (VS) {