Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp421 Context::Factory ContextFactory; member in __anon68dfda3c0811::LocalVariableMap
460 Context getEmptyContext() { return ContextFactory.getEmptyMap(); } in getEmptyContext()
536 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addDefinition()
544 Context NewCtx = ContextFactory.add(Ctx, D, newID); in addReference()
554 Context NewCtx = ContextFactory.remove(Ctx, D); in updateDefinition()
555 NewCtx = ContextFactory.add(NewCtx, D, newID); in updateDefinition()
567 NewCtx = ContextFactory.remove(NewCtx, D); in clearDefinition()
568 NewCtx = ContextFactory.add(NewCtx, D, 0); in clearDefinition()
577 NewCtx = ContextFactory.remove(NewCtx, D); in removeDefinition()