|
clang
5.0.0
|
Describes whether we've seen any nullability information for the given file. More...
#include "clang/Sema/Sema.h"
Public Attributes | |
| SourceLocation | PointerLoc |
| The first pointer declarator (of any pointer kind) in the file that does not have a corresponding nullability annotation. More... | |
| uint8_t | PointerKind |
| Which kind of pointer declarator we saw. More... | |
| bool | SawTypeNullability = false |
| Whether we saw any type nullability annotations in the given file. More... | |
Describes whether we've seen any nullability information for the given file.
| uint8_t clang::FileNullability::PointerKind |
Which kind of pointer declarator we saw.
Definition at line 232 of file Sema.h.
Referenced by checkNullabilityConsistency(), and recordNullabilitySeen().
| SourceLocation clang::FileNullability::PointerLoc |
The first pointer declarator (of any pointer kind) in the file that does not have a corresponding nullability annotation.
Definition at line 229 of file Sema.h.
Referenced by checkNullabilityConsistency(), and recordNullabilitySeen().
Whether we saw any type nullability annotations in the given file.
Definition at line 235 of file Sema.h.
Referenced by checkNullabilityConsistency(), and recordNullabilitySeen().
1.8.6