Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp22 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::DeclNameOption
33 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::ExtractRefactoring
51 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::OldQualifiedNameOption
59 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::NewQualifiedNameOption
67 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::NewNameOption
78 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::LocalRename
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPass.cpp55 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp50 *BT_undef, BT_undef->getDescription(), N); in checkPreStmt()
74 *BT_null, BT_null->getDescription(), N); in checkPreStmt()
H A DFixedAddressChecker.cpp59 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
H A DUndefinedArraySubscriptChecker.cpp55 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
H A DPointerSubChecker.cpp67 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
H A DDereferenceChecker.cpp169 os << BT->getDescription(); in reportBug()
196 *BT, buf.empty() ? BT->getDescription() : StringRef(buf), N); in reportBug()
H A DArrayBoundChecker.cpp79 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkLocation()
H A DReturnPointerRangeChecker.cpp88 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
H A DPointerArithChecker.cpp177 *BT_polyArray, BT_polyArray->getDescription(), N); in reportPointerArithMisuse()
200 *BT_pointerArith, BT_pointerArith->getDescription(), N); in reportPointerArithMisuse()
H A DBoolAssignmentChecker.cpp39 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N)); in emitReport()
H A DEnumCastOutOfRangeChecker.cpp87 *EnumValueCastOutOfRange, EnumValueCastOutOfRange->getDescription(), in reportWarning()
H A DUndefBranchChecker.cpp105 *BT, BT->getDescription(), N); in checkBranchCondition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h50 StringRef getDescription() const { return Description; } in getDescription() function
87 StringRef getDescription() const { return desc; } in getDescription() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp128 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPass.cpp275 static std::string getDescription(const Region &R) { in getDescription() function
282 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
H A DLoopPass.cpp369 static std::string getDescription(const Loop &L) { in getDescription() function
379 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h47 virtual StringRef getDescription() const = 0;
H A DRefactoringOption.h35 virtual StringRef getDescription() const = 0;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DDiagTool.h32 llvm::StringRef getDescription() const { return description; } in getDescription() function
H A DDiagTool.cpp59 out << getTool(*it)->getDescription() << '\n'; in printCommands()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandard.h81 const char *getDescription() const { return Description; } in getDescription() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h40 StringRef getDescription() const;

123