Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetRegistry.cpp130 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp99 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
H A DPlistDiagnostics.cpp691 EmitString(o, D->getShortDescription()) << '\n'; in FlushDiagnosticsImpl()
H A DBugReporter.cpp1319 R->getDescription(), R->getShortDescription(/*UseFallback=*/false), in generateDiagnosticForBasicReport()
1330 R->getDescription(), R->getShortDescription(/*UseFallback=*/false), in generateEmptyDiagnosticForReport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp366 if (X.getShortDescription() != Y.getShortDescription()) in compare()
367 return X.getShortDescription() < Y.getShortDescription(); in compare()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp87 return unwrap(T)->getShortDescription(); in LLVMGetTargetDescription()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h165 StringRef getShortDescription(bool UseFallback = true) const {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h836 StringRef getShortDescription() const { in getShortDescription() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h321 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function