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

/external/clang/include/clang/AST/
H A DType.h2766 /// ExtProtoInfo - Extra information about a function prototype.
2767 struct ExtProtoInfo { struct in class:clang::FunctionType::ExtInfo::FunctionProtoType
2768 ExtProtoInfo() : function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2802 QualType canonical, const ExtProtoInfo &epi);
2870 ExtProtoInfo getExtProtoInfo() const {
2871 ExtProtoInfo EPI;
3020 const ExtProtoInfo &EPI, const ASTContext &Context);

Completed in 292 milliseconds