Home
last modified time | relevance | path

Searched defs:NewCtx (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DContextTests.cpp32 Context NewCtx = std::move(Ctx); in TEST() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h53 ThreadSafeContext(std::unique_ptr<LLVMContext> NewCtx) in ThreadSafeContext()
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp531 Context NewCtx = ContextFactory.add(Ctx, D, newID); addDefinition() local
539 Context NewCtx = ContextFactory.add(Ctx, D, newID); addReference() local
549 Context NewCtx = ContextFactory.remove(Ctx, D); updateDefinition() local
560 Context NewCtx = Ctx; clearDefinition() local
570 Context NewCtx = Ctx; removeDefinition() local
[all...]