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

/external/clang/include/clang/AST/
H A DType.h2820 /// ExtProtoInfo - Extra information about a function prototype.
2821 struct ExtProtoInfo { struct in class:clang::FunctionType::ExtInfo::FunctionProtoType
2822 ExtProtoInfo() : function in struct:clang::FunctionType::ExtInfo::FunctionProtoType::ExtProtoInfo
2856 QualType canonical, const ExtProtoInfo &epi);
2924 ExtProtoInfo getExtProtoInfo() const {
2925 ExtProtoInfo EPI;
3074 const ExtProtoInfo &EPI, const ASTContext &Context);

Completed in 68 milliseconds