Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h44 StringRef getCategory() const { return Category; } in getCategory() function
DPathDiagnostic.h789 StringRef getCategory() const { return Category; } in getCategory() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp385 if (X.getCategory() != Y.getCategory()) in compare()
386 return X.getCategory() < Y.getCategory(); in compare()
DHTMLDiagnostics.cpp214 StringRef BugCategory = D.getCategory(); in ReportDiag()
DPlistDiagnostics.cpp469 EmitString(o, D->getCategory()) << '\n'; in FlushDiagnosticsImpl()
DBugReporter.cpp3427 BT.getCategory(), in FlushReport()
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h396 fltCategory getCategory() const { return category; } in getCategory() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp6058 switch (Val.getCategory()) { in VisitCallExpr()