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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) argument
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
151 const ExplodedNode *errornode)
153 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, argument
172 ErrorNode(errornode), ConfigurationChangeToken(0),
150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, const ExplodedNode *errornode) argument
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas2603 Result := '<errornode>'

Completed in 282 milliseconds