Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp418 Context::Factory ContextFactory; member in __anonfc9fb0060811::LocalVariableMap
456 Context getEmptyContext() { return ContextFactory.getEmptyMap(); } in getEmptyContext()
531 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition()
539 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference()
549 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition()
550 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()
562 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()
563 NewCtx = ContextFactory.add(NewCtx, D, 0); in clearDefinition()
572 NewCtx = ContextFactory.remove(NewCtx, D); in removeDefinition()