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

/external/clang/include/clang/AST/
H A DType.h3170 struct ExtProtoInfo { struct in class:clang::FunctionType::ExtInfo::FunctionProtoType
3171 ExtProtoInfo() function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
3175 ExtProtoInfo(CallingConv CC) function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
3179 ExtProtoInfo withExceptionSpec(const ExceptionSpecInfo &O) {
3180 ExtProtoInfo Result(*this);
3207 QualType canonical, const ExtProtoInfo &epi);
3283 ExtProtoInfo getExtProtoInfo() const {
3284 ExtProtoInfo EPI;
3468 const ExtProtoInfo &EPI, const ASTContext &Context);

Completed in 144 milliseconds