clang: clang::FunctionType::FunctionTypeExtraAttributeInfo Struct Reference (original) (raw)

A holder for extra information from attributes which aren't part of an AttributedType. More...

#include "[clang/AST/TypeBase.h](TypeBase%5F8h%5Fsource.html)"

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.

operator bool()

clang::FunctionType::FunctionTypeExtraAttributeInfo::operator bool ( ) const inline

Profile()

void clang::FunctionType::FunctionTypeExtraAttributeInfo::Profile ( llvm::FoldingSetNodeID & ID) const inline

CFISalt

StringRef clang::FunctionType::FunctionTypeExtraAttributeInfo::CFISalt


The documentation for this struct was generated from the following file: