Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h293 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
299 node = NB.generateSink(LocalLoc, State, P);
301 node = NB.generateNode(LocalLoc, State, P);
H A DCoreEngine.h348 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
349 return NodeBuilder::generateNode(LocalLoc, State, Pred);
354 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
355 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);