Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp22 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3fa47aa20111::DeclNameOption
33 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3fa47aa20111::ExtractRefactoring
51 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3fa47aa20111::OldQualifiedNameOption
59 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3fa47aa20111::NewQualifiedNameOption
67 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3fa47aa20111::NewNameOption
78 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3fa47aa20111::LocalRename
/src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp23 if (!Region.getDescription().empty()) in printRegionHeader()
24 RegionName = Region.getDescription(); in printRegionHeader()
36 if (!Region.getDescription().empty()) in getJSONReportRegion()
37 RegionName = Region.getDescription(); in getJSONReportRegion()
H A DCodeRegion.h122 llvm::StringRef getDescription() const { return Description; } in getDescription() function
/src/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp59 static std::string getDescription(const Module &M) { in getDescription() function
66 !Gate.shouldRunPass(this->getPassName(), getDescription(M)); in skipModule()
174 static std::string getDescription(const Function &F) { in getDescription() function
181 !Gate.shouldRunPass(this->getPassName(), getDescription(F))) in skipFunction()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h63 StringRef getDescription() const { return Description; } in getDescription() function
111 Node->getDescription()); in Add()
152 Node->getDescription()); in initialize()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp49 BT_undef, BT_undef.getDescription(), N); in checkPreStmt()
69 BT_null, BT_null.getDescription(), N); in checkPreStmt()
H A DUndefinedArraySubscriptChecker.cpp52 auto R = std::make_unique<PathSensitiveBugReport>(BT, BT.getDescription(), N); in checkPreStmt()
H A DUndefinedAssignmentChecker.cpp103 OS << BT.getDescription(); in checkBind()
H A DUndefBranchChecker.cpp103 auto R = std::make_unique<PathSensitiveBugReport>(BT, BT.getDescription(), N); in checkBranchCondition()
H A DReturnUndefChecker.cpp110 emitBug(C, BT_NullReference, BT_NullReference.getDescription(), RetE, in checkReference()
H A DDereferenceChecker.cpp207 os << BT->getDescription(); in reportBug()
234 *BT, buf.empty() ? BT->getDescription() : buf.str(), N); in reportBug()
/src/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;
/src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp140 StringRef getDescription() const { in getDescription() function
368 StringRef getDescription(unsigned DiagID) const { in getDescription() function in clang::diag::CustomDiagInfo
463 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const { in getDescription() function in DiagnosticIDs
465 return Info->getDescription(); in getDescription()
467 return CustomDiagInfo->getDescription(DiagID); in getDescription()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp279 static std::string getDescription(const Region &R) { in getDescription() function
287 !Gate.shouldRunPass(this->getPassName(), getDescription(R))) in skipRegion()
H A DLoopPass.cpp367 static std::string getDescription(const Loop &L) { in getDescription() function
378 !Gate.shouldRunPass(this->getPassName(), getDescription(*L))) in skipLoop()
H A DCallGraphSCCPass.cpp729 static std::string getDescription(const CallGraphSCC &SCC) { in getDescription() function
748 !Gate.shouldRunPass(this->getPassName(), getDescription(SCC)); in skipSCC()
/src/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h48 StringRef getDescription() const { return Description; } in getDescription() function
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h40 StringRef getDescription() const;
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h90 const char *getDescription() const { return Description; } in getDescription() function
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h62 std::string getDescription() const { in getDescription() function
/src/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h105 std::string getDescription(StringRef Prefix) const;
/src/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2105 if (!shouldPrintOption(Name, getDescription(i), O)) in getOptionWidth()
2144 StringRef Description = getDescription(i); in printOptionInfo()
2165 Option::printHelpStr(getDescription(i), GlobalWidth, Option.size() + 8); in printOptionInfo()
2328 if (!S.second->getDescription().empty()) { in printSubCommands()
2330 outs() << " - " << S.second->getDescription(); in printSubCommands()
2371 if (!Sub->getDescription().empty()) { in printHelp()
2373 << "': " << Sub->getDescription() << "\n\n"; in printHelp()
2476 if (!Category->getDescription().empty()) in printOptions()
2477 outs() << Category->getDescription() << "\n\n"; in printOptions()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h112 const std::string &getDescription() const { return Description; } in getDescription() function

12