Searched refs:NewContext (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 166 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 D | string_test.go | 20 ctx := NewContext()
|
| H A D | ir_test.go | 140 cont := NewContext()
|
| H A D | ir.go | 359 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4940 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 D | SemaExpr.cpp | 16370 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()
|