Searched refs:ContextFactory (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 418 Context::Factory ContextFactory; member in __anon721e4a080811::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()
|