clang 22.0.0git
|
A holder for extra information from attributes which aren't part of an AttributedType
.
More...
#include "clang/AST/TypeBase.h"
Public Member Functions | |
operator bool () const | |
void | Profile (llvm::FoldingSetNodeID &ID) const |
Public Attributes | |
StringRef | CFISalt |
A CFI "salt" that differentiates functions with the same prototype. | |
A holder for extra information from attributes which aren't part of an AttributedType
.
Definition at line 4742 of file TypeBase.h.
|
inline |
Definition at line 4746 of file TypeBase.h.
|
inline |
Definition at line 4748 of file TypeBase.h.
References ID.
StringRef clang::FunctionType::FunctionTypeExtraAttributeInfo::CFISalt |
A CFI "salt" that differentiates functions with the same prototype.
Definition at line 4744 of file TypeBase.h.
Referenced by handleFunctionTypeAttr().