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

/external/clang/include/clang/AST/
H A DType.h2847 /// ExtProtoInfo - Extra information about a function prototype.
2848 struct ExtProtoInfo { struct in class:clang::FunctionType::ExtInfo::FunctionProtoType
2849 ExtProtoInfo() function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2856 ExtProtoInfo(CallingConv CC) function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2890 QualType canonical, const ExtProtoInfo &epi);
2958 ExtProtoInfo getExtProtoInfo() const {
2959 ExtProtoInfo EPI;
3113 const ExtProtoInfo &EPI, const ASTContext &Context);

Completed in 123 milliseconds