reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
283 Sema::ContextRAII SavedContext(S, FD); 284 LocalInstantiationScope Local(S); 288 return S.SubstExpr(E, TemplateArgs); 290 Sema::CXXThisScopeRAII ThisScope(S, ThisContext, Qualifiers(), 292 return S.SubstExpr(E, TemplateArgs); 299 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); 303 return S.ActOnFinishFullExpr(Res.get(), false); 327 Inst = S.SubstExpr(*AI, TemplateArgs); 340 Inst = S.SubstExpr(*SI, TemplateArgs); 345 (void)S.ActOnOpenMPDeclareSimdDirective( 346 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(),