#include "clang/APINotes/Types.h"
Definition at line 341 of file Types.h.
◆ BoundsSafetyKind
| Enumerator |
|---|
| CountedBy | |
| CountedByOrNull | |
| SizedBy | |
| SizedByOrNull | |
| EndedBy | |
Definition at line 343 of file Types.h.
◆ BoundsSafetyInfo()
| clang::api_notes::BoundsSafetyInfo::BoundsSafetyInfo |
( |
| ) |
|
|
inline |
◆ dump()
| LLVM_DUMP_METHOD void clang::api_notes::BoundsSafetyInfo::dump |
( |
llvm::raw_ostream & | OS | ) |
const |
◆ getKind()
| std::optional< BoundsSafetyKind > clang::api_notes::BoundsSafetyInfo::getKind |
( |
| ) |
const |
|
inline |
◆ getLevel()
| std::optional< unsigned > clang::api_notes::BoundsSafetyInfo::getLevel |
( |
| ) |
const |
|
inline |
◆ setKindAudited()
| void clang::api_notes::BoundsSafetyInfo::setKindAudited |
( |
BoundsSafetyKind | kind | ) |
|
|
inline |
◆ setLevelAudited()
| void clang::api_notes::BoundsSafetyInfo::setLevelAudited |
( |
unsigned | level | ) |
|
|
inline |
◆ operator==
◆ ExternalBounds
| std::string clang::api_notes::BoundsSafetyInfo::ExternalBounds |
The documentation for this class was generated from the following files: