Searched defs:NewContext (Results 1 - 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | JS_Runtime.cpp | 93 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 D | cctest.cc | 109 v8::Local<v8::Context> CcTest::NewContext(CcTestExtensionFlags extensions, function in class:CcTest
|
/external/llvm/tools/dsymutil/ |
H A D | DwarfLinker.cpp | 1684 DeclContext *NewContext = local 1687 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext);
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 3563 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 D | SemaExpr.cpp | 12281 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