Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
HDDWARFLinkerDeclContext.cpp184 DeclContext *NewContext = in getChildDeclContext() local
187 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4462 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
4467 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t,
12074 Sema &Actions, Sema::ExpressionEvaluationContext NewContext,
12081 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
12085 Sema &Actions, Sema::ExpressionEvaluationContext NewContext,
12091 NewContext, Sema::ReuseLambdaContextDecl, ExprContext); in Actions()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp15202 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
15204 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(), Cleanup, in PushExpressionEvaluationContext()
15213 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, in PushExpressionEvaluationContext() argument
15216 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, ExprContext); in PushExpressionEvaluationContext()