Searched refs:getDescription (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp22 StringRef getDescription() const override {
33 StringRef getDescription() const override {
51 StringRef getDescription() const override {
59 StringRef getDescription() const override {
67 StringRef getDescription() const override {
78 StringRef getDescription() const override {
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h47 virtual StringRef getDescription() const = 0;
H A DRefactoringOption.h35 virtual StringRef getDescription() const = 0;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp23 if (!Region.getDescription().empty())
24 RegionName = Region.getDescription();
36 if (!Region.getDescription().empty())
37 RegionName = Region.getDescription();
H A DCodeRegion.h109 llvm::StringRef getDescription() const { return Description; } function in class:llvm::mca::CodeRegion
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp49 BT_undef, BT_undef.getDescription(), N);
69 BT_null, BT_null.getDescription(), N);
H A DUndefinedArraySubscriptChecker.cpp52 auto R = std::make_unique<PathSensitiveBugReport>(BT, BT.getDescription(), N);
H A DUndefinedAssignmentChecker.cpp103 OS << BT.getDescription();
H A DUndefBranchChecker.cpp103 auto R = std::make_unique<PathSensitiveBugReport>(BT, BT.getDescription(), N);
H A DReturnUndefChecker.cpp110 emitBug(C, BT_NullReference, BT_NullReference.getDescription(), RetE,
H A DDereferenceChecker.cpp200 os << BT->getDescription();
227 *BT, buf.empty() ? BT->getDescription() : buf.str(), N);
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp59 static std::string getDescription(const Module &M) { function
66 !Gate.shouldRunPass(this->getPassName(), getDescription(M));
174 static std::string getDescription(const Function &F) { function
181 !Gate.shouldRunPass(this->getPassName(), getDescription(F)))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h63 StringRef getDescription() const { return Description; } function in class:llvm::MachinePassRegistryNode
111 Node->getDescription());
152 Node->getDescription());
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h40 StringRef getDescription() const;
H A DRetainCountDiagnostics.cpp46 StringRef RefCountBug::getDescription() const { function in class:RefCountBug
839 : PathSensitiveBugReport(D, D.getDescription(), n), Sym(sym),
848 : PathSensitiveBugReport(D, D.getDescription(), endText, n) {
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h48 StringRef getDescription() const { return Description; } function in class:clang::ento::BugType
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h87 /// getDescription - Get the description of this standard.
88 const char *getDescription() const { return Description; } function in struct:clang::LangStandard
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h62 std::string getDescription() const { function in struct:llvm::DeadArgumentEliminationPass::RetOrArg
/freebsd-current/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h105 std::string getDescription(StringRef Prefix) const;
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp279 static std::string getDescription(const Region &R) { function
287 !Gate.shouldRunPass(this->getPassName(), getDescription(R)))
H A DLoopPass.cpp366 static std::string getDescription(const Loop &L) { function
377 !Gate.shouldRunPass(this->getPassName(), getDescription(*L)))
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp130 StringRef getDescription() const { function in struct:__anon366::StaticDiagInfoRec
353 /// getDescription - Return the description of the specified custom
355 StringRef getDescription(unsigned DiagID) const {
448 /// getDescription - Given a diagnostic ID, return a description of the
450 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const {
452 return Info->getDescription();
454 return CustomDiagInfo->getDescription(DiagID);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h87 const Description &getDescription() const { return Desc; } function in class:llvm::DWARFExpression::Operation
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h112 const std::string &getDescription() const { return Description; } function in class:llvm::Timer

Completed in 260 milliseconds

12