Home | History | Annotate | Download | only in AST

Lines Matching defs:EPI

916     FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo();
917 switch (EPI.ExceptionSpecType) {
920 OS << " noexcept-unevaluated " << EPI.ExceptionSpecDecl;
923 OS << " noexcept-uninstantiated " << EPI.ExceptionSpecTemplate;