Searched refs:LocalLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h360 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); local
366 node = NB.generateSink(LocalLoc, State, P);
368 node = NB.generateNode(LocalLoc, State, P);
H A DCoreEngine.h356 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); local
357 return NodeBuilder::generateNode(LocalLoc, State, Pred);
362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); local
363 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);

Completed in 107 milliseconds