Searched defs:NewContext (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp93 CJS_Context* pContext = (CJS_Context*)NewContext();
111 CJS_Context* pContext = (CJS_Context*)NewContext();
186 IJS_Context* CJS_Runtime::NewContext() { function in class:CJS_Runtime
/external/v8/test/cctest/
H A Dcctest.cc109 v8::Local<v8::Context> CcTest::NewContext(CcTestExtensionFlags extensions, function in class:CcTest
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1684 DeclContext *NewContext = local
1687 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext);
/external/clang/include/clang/Sema/
H A DSema.h3563 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
3567 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
9232 Sema::ExpressionEvaluationContext NewContext,
9236 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl,
9240 Sema::ExpressionEvaluationContext NewContext,
9244 Actions.PushExpressionEvaluationContext(NewContext,
9231 EnterExpressionEvaluationContext(Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr, bool IsDecltype = false) argument
9239 EnterExpressionEvaluationContext(Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Sema::ReuseLambdaContextDecl_t, bool IsDecltype = false) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp12281 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, argument
12284 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(),
12293 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, argument
12297 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);

Completed in 215 milliseconds