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

/external/clang/include/clang/AST/
H A DType.h2738 /// ExtProtoInfo - Extra information about a function prototype.
2739 struct ExtProtoInfo { struct in class:clang::FunctionType::ExtInfo::FunctionProtoType
2740 ExtProtoInfo() : function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2774 QualType canonical, const ExtProtoInfo &epi);
2834 ExtProtoInfo getExtProtoInfo() const {
2835 ExtProtoInfo EPI;
2988 const ExtProtoInfo &EPI, const ASTContext &Context);

Completed in 57 milliseconds