Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h397 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
403 node = NB.generateSink(LocalLoc, State, P);
405 node = NB.generateNode(LocalLoc, State, P);
H A DCoreEngine.h363 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
364 return NodeBuilder::generateNode(LocalLoc, State, Pred);
369 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
370 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);