|
clang
3.8.0
|
Represents a C++11 virt-specifier-seq. More...
#include <DeclSpec.h>
Public Types | |
| enum | Specifier { VS_None = 0, VS_Override = 1, VS_Final = 2, VS_Sealed = 4 } |
Public Member Functions | |
| VirtSpecifiers () | |
| bool | SetSpecifier (Specifier VS, SourceLocation Loc, const char *&PrevSpec) |
| bool | isUnset () const |
| bool | isOverrideSpecified () const |
| SourceLocation | getOverrideLoc () const |
| bool | isFinalSpecified () const |
| bool | isFinalSpelledSealed () const |
| SourceLocation | getFinalLoc () const |
| void | clear () |
| SourceLocation | getFirstLocation () const |
| SourceLocation | getLastLocation () const |
| Specifier | getLastSpecifier () const |
Static Public Member Functions | |
| static const char * | getSpecifierName (Specifier VS) |
Represents a C++11 virt-specifier-seq.
Definition at line 2254 of file DeclSpec.h.
| Enumerator | |
|---|---|
| VS_None | |
| VS_Override | |
| VS_Final | |
| VS_Sealed | |
Definition at line 2256 of file DeclSpec.h.
|
inline |
Definition at line 2263 of file DeclSpec.h.
|
inline |
Definition at line 2277 of file DeclSpec.h.
|
inline |
Definition at line 2275 of file DeclSpec.h.
Referenced by clang::Sema::ActOnCXXMemberDeclarator().
|
inline |
Definition at line 2281 of file DeclSpec.h.
|
inline |
Definition at line 2282 of file DeclSpec.h.
Referenced by clang::Sema::ActOnCXXMemberDeclarator().
|
inline |
Definition at line 2283 of file DeclSpec.h.
|
inline |
Definition at line 2271 of file DeclSpec.h.
Referenced by clang::Sema::ActOnCXXMemberDeclarator().
|
static |
Definition at line 1267 of file DeclSpec.cpp.
References VS_Final, VS_Override, and VS_Sealed.
Referenced by SetSpecifier().
|
inline |
Definition at line 2273 of file DeclSpec.h.
References VS_Final, and VS_Sealed.
Referenced by clang::Sema::ActOnCXXMemberDeclarator().
|
inline |
Definition at line 2274 of file DeclSpec.h.
References VS_Sealed.
Referenced by clang::Sema::ActOnCXXMemberDeclarator().
|
inline |
Definition at line 2270 of file DeclSpec.h.
References VS_Override.
Referenced by clang::Sema::ActOnCXXMemberDeclarator().
|
inline |
Definition at line 2268 of file DeclSpec.h.
| bool VirtSpecifiers::SetSpecifier | ( | Specifier | VS, |
| SourceLocation | Loc, | ||
| const char *& | PrevSpec | ||
| ) |
Definition at line 1243 of file DeclSpec.cpp.
References getSpecifierName(), clang::SourceLocation::isValid(), VS_Final, VS_Override, and VS_Sealed.
1.8.6