Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h394 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
400 node = NB.generateSink(LocalLoc, State, P);
402 node = NB.generateNode(LocalLoc, State, P);
H A DCoreEngine.h356 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
357 return NodeBuilder::generateNode(LocalLoc, State, Pred);
362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
363 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);