Home
last modified time | relevance | path

Searched refs:NewContext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DEnterExpressionEvaluationContext.h25 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 DSema.h6532 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
6537 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5569 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 DSemaExpr.cpp17172 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()