Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTargetRegistry.cpp140 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/external/llvm/lib/Target/
DTargetMachineC.cpp91 return unwrap(T)->getShortDescription(); in LLVMGetTargetDescription()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp391 if (X.getShortDescription() != Y.getShortDescription()) in compare()
392 return X.getShortDescription() < Y.getShortDescription(); in compare()
DPlistDiagnostics.cpp385 EmitString(o, D->getShortDescription()) << '\n'; in FlushDiagnosticsImpl()
DBugReporter.cpp3424 exampleReport->getShortDescription(/*Fallback=*/false), BT.getCategory(), in FlushReport()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h184 const StringRef getShortDescription(bool UseFallback = true) const {
DPathDiagnostic.h790 StringRef getShortDescription() const { in getShortDescription() function
/external/llvm/include/llvm/Support/
DTargetRegistry.h257 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp115 Diag.Report(WarnLoc, WarnID) << PD->getShortDescription() in FlushDiagnosticsImpl()