Lines Matching refs:ProgramPoint
20 #include "clang/Analysis/ProgramPoint.h"
75 // (3) The ProgramPoint is for a PostStmt, but not a PostStore.
76 // (4) There is no 'tag' for the ProgramPoint.
101 ProgramPoint progPoint = node->getLocation();
141 const ProgramPoint SuccLoc = succ->getLocation();
290 ProgramPoint P = getLocation();
330 // FIXME: Refactor into a ProgramPoint method?
331 ProgramPoint P = getLocation();
394 ExplodedNode *ExplodedGraph::getNode(const ProgramPoint &L,
432 ExplodedNode *ExplodedGraph::createUncachedNode(const ProgramPoint &L,