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

/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h414 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
420 node = NB.generateSink(LocalLoc, State, P);
422 node = NB.generateNode(LocalLoc, State, P);
H A DCoreEngine.h369 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); local
370 return NodeBuilder::generateNode(LocalLoc, State, Pred);
375 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location); local
376 ExplodedNode *N = NodeBuilder::generateSink(LocalLoc, State, Pred);

Completed in 177 milliseconds