Lines Matching defs:EPI
1880 auto EPI = T->getExtProtoInfo();
1881 if (EPI.HasTrailingReturn)
1891 switch (EPI.RefQualifier) {
1902 switch (EPI.ExceptionSpec.Type) {
1939 if (!EPI.ExceptionSpec.Exceptions.empty()) {
1942 for (unsigned I = 0, N = EPI.ExceptionSpec.Exceptions.size(); I != N;
1946 dumpType(EPI.ExceptionSpec.Exceptions[I]);
1950 if (EPI.ExceptionSpec.NoexceptExpr) {
1953 Visit(EPI.ExceptionSpec.NoexceptExpr);
1956 dumpDeclRef(EPI.ExceptionSpec.SourceDecl, "ExceptionSourceDecl");
1957 dumpDeclRef(EPI.ExceptionSpec.SourceTemplate, "ExceptionSourceTemplate");
2135 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
2136 switch (EPI.ExceptionSpec.Type) {
2140 OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl;
2143 OS << " noexcept-uninstantiated " << EPI.ExceptionSpec.SourceTemplate;