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() 73 Sema &Actions, Sema::ExpressionEvaluationContext NewContext, 76 Actions.PushExpressionEvaluationContextForFunction(NewContext, FD); in Actions()
|
| H A D | Sema.h | 6953 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr, 6958 ExpressionEvaluationContext NewContext, FunctionDecl *FD); 6962 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 | 5985 DeclContext *NewContext = Template->getDeclContext(); in CheckTemplateArgumentList() local 5989 if (auto *TD = dyn_cast<TemplateDecl>(NewContext)) in CheckTemplateArgumentList() 5990 NewContext = Decl::castToDeclContext(TD->getTemplatedDecl()); in CheckTemplateArgumentList() 5991 auto *RD = dyn_cast<CXXRecordDecl>(NewContext); in CheckTemplateArgumentList() 5998 ContextRAII Context(*this, NewContext); in CheckTemplateArgumentList() 6002 Template, NewContext, /*Final=*/false, CTAI.CanonicalConverted, in CheckTemplateArgumentList()
|
| H A D | SemaExpr.cpp | 17551 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument 17553 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(), Cleanup, in PushExpressionEvaluationContext() 17580 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, in PushExpressionEvaluationContext() argument 17583 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, ExprContext); in PushExpressionEvaluationContext() 17587 ExpressionEvaluationContext NewContext, FunctionDecl *FD) { in PushExpressionEvaluationContextForFunction() argument 17595 : NewContext); in PushExpressionEvaluationContextForFunction()
|