reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
361 auto &&SubstExpr = [FD, ThisContext, &S, &TemplateArgs](Expr *E) { 364 Sema::ContextRAII SavedContext(S, FD); 365 LocalInstantiationScope Local(S); 369 return S.SubstExpr(E, TemplateArgs); 371 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), 373 return S.SubstExpr(E, TemplateArgs); 378 auto &&Subst = [&SubstExpr, &S](Expr *E) { 380 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); 384 return S.ActOnFinishFullExpr(Res.get(), false); 397 S.checkOpenMPDeclareVariantFunction( 398 S.ConvertDeclToDeclGroup(New), VariantFuncRef.get(), Attr.getRange()); 407 S.ActOnOpenMPDeclareVariantDirective(DeclVarData.getValue().first,