|
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 4714 of file TypeBase.h.
|
inline |
Definition at line 4718 of file TypeBase.h.
References CFISalt.
|
inline |
Definition at line 4720 of file TypeBase.h.
References CFISalt.
| StringRef clang::FunctionType::FunctionTypeExtraAttributeInfo::CFISalt |
A CFI "salt" that differentiates functions with the same prototype.
Definition at line 4716 of file TypeBase.h.
Referenced by handleFunctionTypeAttr(), operator bool(), and Profile().