Home | History | Annotate | Download | only in AST

Lines Matching refs:EPI

322       auto EPI = T->getExtProtoInfo();
323 if (EPI.HasTrailingReturn) OS << " trailing_return";
327 switch (EPI.RefQualifier) {
337 if (EPI.Variadic)
1108 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
1109 switch (EPI.ExceptionSpec.Type) {
1112 OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl;
1115 OS << " noexcept-uninstantiated " << EPI.ExceptionSpec.SourceTemplate;