Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) in BugReport() argument
168 : BT(bt), Description(desc), ErrorNode(errornode) {} in BugReport()
171 const ExplodedNode *errornode) in BugReport() argument
173 ErrorNode(errornode) {} in BugReport()
185 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, in BugReport() argument
188 UniqueingDecl(DeclToUnique), ErrorNode(errornode) {} in BugReport()