Searched defs:ExtProtoInfo (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Type.h | 3066 struct ExtProtoInfo { struct in class:clang::FunctionType::ExtInfo::FunctionProtoType 3067 ExtProtoInfo() function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo 3071 ExtProtoInfo(CallingConv CC) function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo 3075 ExtProtoInfo withExceptionSpec(const ExceptionSpecInfo &O) { 3076 ExtProtoInfo Result(*this); 3103 QualType canonical, const ExtProtoInfo &epi); 3168 ExtProtoInfo getExtProtoInfo() const { 3169 ExtProtoInfo EPI; 3323 const ExtProtoInfo &EPI, const ASTContext &Context); |
Completed in 286 milliseconds