Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h426 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
432 node = NB.generateSink(LocalLoc, State, P);
434 node = NB.generateNode(LocalLoc, State, P);
H A DCoreEngine.h360 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
361 return NodeBuilder::generateNode(LocalLoc, State, Pred);
366 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
367 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);