Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h336 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
342 node = NB.generateSink(LocalLoc, State, P);
344 node = NB.generateNode(LocalLoc, State, P);
DCoreEngine.h326 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
327 return NodeBuilder::generateNode(LocalLoc, State, Pred);
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); variable
333 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);