Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp418 Context::Factory ContextFactory; member in __anon6254f0e10811::LocalVariableMap
456 Context getEmptyContext() { return ContextFactory.getEmptyMap(); } in getEmptyContext()
532 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition()
540 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference()
550 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition()
551 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()
563 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()
564 NewCtx = ContextFactory.add(NewCtx, D, 0); in clearDefinition()
573 NewCtx = ContextFactory.remove(NewCtx, D); in removeDefinition()