HomeSort by: relevance | last modified time | path
    Searched refs:getDescription (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
RefactoringActions.cpp 22 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 {
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringAction.h 47 virtual StringRef getDescription() const = 0;
RefactoringOption.h 35 virtual StringRef getDescription() const = 0;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
MainCallChecker.cpp 40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 59 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
ObjCAtSyncChecker.cpp 50 *BT_undef, BT_undef->getDescription(), N);
74 *BT_null, BT_null->getDescription(), N);
ArrayBoundChecker.cpp 79 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
PointerSubChecker.cpp 67 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
ReturnPointerRangeChecker.cpp 88 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
UndefinedArraySubscriptChecker.cpp 55 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
BoolAssignmentChecker.cpp 39 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N));
EnumCastOutOfRangeChecker.cpp 87 *EnumValueCastOutOfRange, EnumValueCastOutOfRange->getDescription(),
UndefBranchChecker.cpp 105 *BT, BT->getDescription(), N);
CastSizeChecker.cpp 138 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(),
ChrootChecker.cpp 131 *BT_BreakJail, BT_BreakJail->getDescription(), N));
DeleteWithNonVirtualDtorChecker.cpp 97 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N);
ReturnUndefChecker.cpp 87 std::make_unique<PathSensitiveBugReport>(BT, BT.getDescription(), N);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Pass.cpp 55 static std::string getDescription(const Module &M) {
61 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M));
159 static std::string getDescription(const Function &F) {
165 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F)))
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 50 StringRef getDescription() const { return Description; }
87 StringRef getDescription() const { return desc; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 63 StringRef getDescription() const { return Description; }
111 Node->getDescription());
152 Node->getDescription());
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangStandard.h 80 /// getDescription - Get the description of this standard.
81 const char *getDescription() const { return Description; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h 40 StringRef getDescription() const;
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
DiagTool.h 32 llvm::StringRef getDescription() const { return description; }
DiagTool.cpp 59 out << getTool(*it)->getDescription() << '\n';
  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 102 std::string getDescription(StringRef Prefix) const;

Completed in 60 milliseconds

1 2 3