Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport() argument
375 : PathSensitiveBugReport(bt, shortDesc, desc, errorNode, in PathSensitiveBugReport()
393 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp116 StringRef verboseDesc, StringRef shortDesc, StringRef category, in PathDiagnostic() argument
123 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h792 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2144 const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport() argument
2147 : BugReport(Kind::PathSensitive, bt, shortDesc, desc), ErrorNode(errorNode), in PathSensitiveBugReport()