Searched refs:getProgramPoint (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Analysis/
H A DProgramPoint.cpp21 ProgramPoint ProgramPoint::getProgramPoint(const Stmt *S, ProgramPoint::Kind K, function in class:ProgramPoint
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp157 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
196 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker);
239 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker);
286 ProgramPoint::getProgramPoint(NodeEx, K,
437 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, ProgarmPointKind,
542 const ProgramPoint &L = ProgramPoint::getProgramPoint(CE, K,
H A DCallEvent.cpp178 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, function in class:CallEvent
H A DExprEngineCallAndReturn.cpp581 Bldr.generateNode(Call.getProgramPoint(), State, Pred);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h385 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
395 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
H A DCallEvent.h301 ProgramPoint getProgramPoint(bool IsPreVisit = false,
/external/clang/include/clang/Analysis/
H A DProgramPoint.h188 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,

Completed in 2827 milliseconds