Searched defs:ExtProtoInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h2913 /// ExtProtoInfo - Extra information about a function prototype.
2914 struct ExtProtoInfo { struct in class:clang::FunctionType::ExtInfo::FunctionProtoType
2915 ExtProtoInfo() function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2919 ExtProtoInfo(CallingConv CC) function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2923 ExtProtoInfo withExceptionSpec(const ExceptionSpecInfo &O) {
2924 ExtProtoInfo Result(*this);
2951 QualType canonical, const ExtProtoInfo &epi);
3014 ExtProtoInfo getExtProtoInfo() const {
3015 ExtProtoInfo EPI;
3169 const ExtProtoInfo
[all...]

Completed in 80 milliseconds