clang  3.7.0
clang::FunctionType::ExtInfo Member List

This is the complete list of members for clang::FunctionType::ExtInfo, including all inherited members.

ExtInfo(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, bool producesResult)clang::FunctionType::ExtInfoinline
ExtInfo()clang::FunctionType::ExtInfoinline
ExtInfo(CallingConv CC)clang::FunctionType::ExtInfoinline
FunctionType classclang::FunctionType::ExtInfofriend
getCC() const clang::FunctionType::ExtInfoinline
getHasRegParm() const clang::FunctionType::ExtInfoinline
getNoReturn() const clang::FunctionType::ExtInfoinline
getProducesResult() const clang::FunctionType::ExtInfoinline
getRegParm() const clang::FunctionType::ExtInfoinline
operator!=(ExtInfo Other) const clang::FunctionType::ExtInfoinline
operator==(ExtInfo Other) const clang::FunctionType::ExtInfoinline
Profile(llvm::FoldingSetNodeID &ID) const clang::FunctionType::ExtInfoinline
withCallingConv(CallingConv cc) const clang::FunctionType::ExtInfoinline
withNoReturn(bool noReturn) const clang::FunctionType::ExtInfoinline
withProducesResult(bool producesResult) const clang::FunctionType::ExtInfoinline
withRegParm(unsigned RegParm) const clang::FunctionType::ExtInfoinline