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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp585 PD.getActivePath().push_front(C);
603 C = cast<PathDiagnosticCallPiece>(PD.getActivePath().front());
606 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
648 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
700 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
706 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
718 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
740 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
763 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
770 PD.getActivePath()
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h746 PathPieces &getActivePath() { function in class:clang::ento::PathDiagnostic
769 getActivePath().push_back(EndPiece);

Completed in 287 milliseconds