Searched refs:getShortDescription (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp100 (PD->getShortDescription() + WarningMsg).str(),
H A DPlistDiagnostics.cpp689 EmitString(o, D->getShortDescription()) << '\n';
H A DBugReporter.cpp1319 R->getDescription(), R->getShortDescription(/*UseFallback=*/false),
1330 R->getDescription(), R->getShortDescription(/*UseFallback=*/false),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetRegistry.cpp130 << Targets[i].second->getShortDescription() << '\n';
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp87 return unwrap(T)->getShortDescription();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp358 if (X.getShortDescription() != Y.getShortDescription())
359 return X.getShortDescription() < Y.getShortDescription();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h165 StringRef getShortDescription(bool UseFallback = true) const { function in class:clang::ento::BugReport
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h797 StringRef getShortDescription() const { function in class:clang::ento::PathDiagnostic
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h306 /// getShortDescription - Get a short description of the target.
307 const char *getShortDescription() const { return ShortDesc; } function in class:llvm::Target

Completed in 173 milliseconds