Searched refs:getErrorNode (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dapp_view.js21 AppViewInternal.prototype.getErrorNode = function() {
57 this.getErrorNode().innerText = errorMsg;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h180 const ExplodedNode *getErrorNode() const { return ErrorNode; } function in class:clang::ento::BugReport
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp331 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext())
341 Decl const &getCodeDecl() { return R->getErrorNode()->getCodeDecl(); }
2581 const ExplodedNode *N = getErrorNode();
3091 errorNodes.push_back((*I)->getErrorNode());
3256 if (const ExplodedNode *E = R->getErrorNode()) {
3317 const ExplodedNode *N = I->getErrorNode();
3335 const ExplodedNode *errorNode = I->getErrorNode();
H A DBugReporterVisitors.cpp834 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext();
1114 const ExplodedNode *N = BR.getErrorNode();
H A DExprEngine.cpp2563 ExplodedNode *N = const_cast<ExplodedNode*>(EI->begin()->getErrorNode());

Completed in 127 milliseconds