Searched refs:NewContext (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | EnterExpressionEvaluationContext.h | 25 Sema &Actions, Sema::ExpressionEvaluationContext NewContext, 32 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions() 36 Sema &Actions, Sema::ExpressionEvaluationContext NewContext, 42 NewContext, Sema::ReuseLambdaContextDecl, ExprContext); in Actions()
|
H A D | Sema.h | 6532 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr, 6537 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t,
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 5569 DeclContext *NewContext = Template->getDeclContext(); in CheckTemplateArgumentList() local 5573 if (auto *TD = dyn_cast<TemplateDecl>(NewContext)) in CheckTemplateArgumentList() 5574 NewContext = Decl::castToDeclContext(TD->getTemplatedDecl()); in CheckTemplateArgumentList() 5575 auto *RD = dyn_cast<CXXRecordDecl>(NewContext); in CheckTemplateArgumentList() 5582 ContextRAII Context(*this, NewContext); in CheckTemplateArgumentList() 5586 Template, NewContext, /*Final=*/false, CanonicalConverted, in CheckTemplateArgumentList()
|
H A D | SemaExpr.cpp | 17172 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument 17174 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(), Cleanup, in PushExpressionEvaluationContext() 17201 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, in PushExpressionEvaluationContext() argument 17204 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, ExprContext); in PushExpressionEvaluationContext()
|