clang
6.0.0
|
Represents a C++11 virt-specifier-seq. More...
#include "clang/Sema/DeclSpec.h"
Public Types | |
enum | Specifier { VS_None = 0, VS_Override = 1, VS_Final = 2, VS_Sealed = 4, VS_GNU_Final = 8 } |
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 2468 of file DeclSpec.h.
Enumerator | |
---|---|
VS_None | |
VS_Override | |
VS_Final | |
VS_Sealed | |
VS_GNU_Final |
Definition at line 2470 of file DeclSpec.h.
|
inline |
Definition at line 2479 of file DeclSpec.h.
|
inline |
Definition at line 2493 of file DeclSpec.h.
|
inline |
Definition at line 2491 of file DeclSpec.h.
|
inline |
Definition at line 2497 of file DeclSpec.h.
|
inline |
Definition at line 2498 of file DeclSpec.h.
|
inline |
Definition at line 2499 of file DeclSpec.h.
|
inline |
Definition at line 2487 of file DeclSpec.h.
|
static |
Definition at line 1321 of file DeclSpec.cpp.
|
inline |
Definition at line 2489 of file DeclSpec.h.
Referenced by clang::Sema::CodeCompleteFunctionQualifiers().
|
inline |
Definition at line 2490 of file DeclSpec.h.
|
inline |
Definition at line 2486 of file DeclSpec.h.
Referenced by clang::Sema::CodeCompleteFunctionQualifiers().
|
inline |
Definition at line 2484 of file DeclSpec.h.
bool VirtSpecifiers::SetSpecifier | ( | Specifier | VS, |
SourceLocation | Loc, | ||
const char *& | PrevSpec | ||
) |
Definition at line 1296 of file DeclSpec.cpp.