Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp166 DeclContext *NewContext = in getChildDeclContext() local
169 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dstring_test.go20 ctx := NewContext()
H A Dir_test.go140 cont := NewContext()
H A Dir.go359 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4940 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
4945 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t,
12891 Sema &Actions, Sema::ExpressionEvaluationContext NewContext,
12898 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
12902 Sema &Actions, Sema::ExpressionEvaluationContext NewContext,
12908 NewContext, Sema::ReuseLambdaContextDecl, ExprContext); in Actions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp16370 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
16372 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(), Cleanup, in PushExpressionEvaluationContext()
16381 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, in PushExpressionEvaluationContext() argument
16384 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, ExprContext); in PushExpressionEvaluationContext()