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.cpp207 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, function in class:CallEvent
H A DExprEngineCallAndReturn.cpp578 Bldr.generateNode(Call.getProgramPoint(), State, Pred);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h379 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
389 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
H A DCallEvent.h308 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 523 milliseconds