| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| D | RefactoringActions.cpp | 22 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::DeclNameOption 33 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::ExtractRefactoring 51 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::OldQualifiedNameOption 59 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::NewQualifiedNameOption 67 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::NewNameOption 78 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::LocalRename
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/ |
| D | PipelinePrinter.cpp | 24 if (!Region.getDescription().empty()) in printRegionHeader() 25 RegionName = Region.getDescription(); in printRegionHeader() 37 if (!Region.getDescription().empty()) in getJSONReportRegion() 38 RegionName = Region.getDescription(); in getJSONReportRegion()
|
| D | CodeRegion.h | 81 llvm::StringRef getDescription() const { return Description; } in getDescription() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Pass.cpp | 55 static std::string getDescription(const Module &M) { in getDescription() function 61 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule() 159 static std::string getDescription(const Function &F) { in getDescription() function 165 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachinePassRegistry.h | 63 StringRef getDescription() const { return Description; } in getDescription() function 111 Node->getDescription()); in Add() 152 Node->getDescription()); in initialize()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | ObjCAtSyncChecker.cpp | 50 *BT_undef, BT_undef->getDescription(), N); in checkPreStmt() 74 *BT_null, BT_null->getDescription(), N); in checkPreStmt()
|
| D | FixedAddressChecker.cpp | 59 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| D | UndefinedArraySubscriptChecker.cpp | 55 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| D | PointerSubChecker.cpp | 67 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| D | ArrayBoundChecker.cpp | 79 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkLocation()
|
| D | ReturnPointerRangeChecker.cpp | 88 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| D | DereferenceChecker.cpp | 169 os << BT->getDescription(); in reportBug() 196 *BT, buf.empty() ? BT->getDescription() : buf.str(), N); in reportBug()
|
| D | UndefBranchChecker.cpp | 105 *BT, BT->getDescription(), N); in checkBranchCondition()
|
| D | EnumCastOutOfRangeChecker.cpp | 87 *EnumValueCastOutOfRange, EnumValueCastOutOfRange->getDescription(), in reportWarning()
|
| D | BoolAssignmentChecker.cpp | 39 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N)); in emitReport()
|
| D | PointerArithChecker.cpp | 177 *BT_polyArray, BT_polyArray->getDescription(), N); in reportPointerArithMisuse() 200 *BT_pointerArith, BT_pointerArith->getDescription(), N); in reportPointerArithMisuse()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | BugType.h | 50 StringRef getDescription() const { return Description; } in getDescription() function 87 StringRef getDescription() const { return desc; } in getDescription() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | DiagnosticIDs.cpp | 128 StringRef getDescription() const { in getDescription() function 367 StringRef getDescription(unsigned DiagID) const { in getDescription() function in clang::diag::CustomDiagInfo 462 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const { in getDescription() function in DiagnosticIDs 464 return Info->getDescription(); in getDescription() 466 return CustomDiagInfo->getDescription(DiagID); in getDescription()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| D | RefactoringAction.h | 47 virtual StringRef getDescription() const = 0;
|
| D | RefactoringOption.h | 35 virtual StringRef getDescription() const = 0;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | RegionPass.cpp | 275 static std::string getDescription(const Region &R) { in getDescription() function 282 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
|
| D | LoopPass.cpp | 369 static std::string getDescription(const Loop &L) { in getDescription() function 379 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/ |
| D | MainCallChecker.cpp | 40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | LangStandard.h | 81 const char *getDescription() const { return Description; } in getDescription() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| D | RetainCountDiagnostics.h | 40 StringRef getDescription() const;
|