HomeSort by: relevance | last modified time | path
    Searched defs:getDescription (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/diagtool/
DiagTool.h 32 llvm::StringRef getDescription() const { return description; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 62 std::string getDescription() const {
  /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; }
BugReporter.h 159 StringRef getDescription() const { return Description; }
164 /// Grammatical conventions of getDescription() apply here as well.
  /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/llvm/lib/Analysis/
RegionPass.cpp 275 static std::string getDescription(const Region &R) {
282 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R)))
LoopPass.cpp 369 static std::string getDescription(const Loop &L) {
379 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L)))
CallGraphSCCPass.cpp 737 static std::string getDescription(const CallGraphSCC &SCC) {
755 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(SCC));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
CodeRegion.h 81 llvm::StringRef getDescription() const { return Description; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 128 StringRef getDescription() const {
365 /// getDescription - Return the description of the specified custom
367 StringRef getDescription(unsigned DiagID) const {
460 /// getDescription - Given a diagnostic ID, return a description of the
462 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const {
464 return Info->getDescription();
466 return CustomDiagInfo->getDescription(DiagID);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 89 Description &getDescription() { return Desc; }
  /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/Basic/
LangStandard.h 80 /// getDescription - Get the description of this standard.
81 const char *getDescription() const { return Description; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Timer.h 115 const std::string &getDescription() const { return Description; }
CommandLine.h 201 StringRef getDescription() const { return Description; }
231 StringRef getDescription() const { return Description; }
739 // getDescription - Return description N
740 virtual StringRef getDescription(unsigned N) const = 0;
830 StringRef getDescription(unsigned N) const override {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 45 StringRef RefCountBug::getDescription() const {
846 : PathSensitiveBugReport(D, D.getDescription(), n), Sym(sym),
855 : PathSensitiveBugReport(D, D.getDescription(), endText, n) {
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 1640 std::string Check::FileCheckType::getDescription(StringRef Prefix) const {
2083 Pat.getCheckTy().getDescription(Prefix),
2175 Pat.getCheckTy().getDescription(Prefix),

Completed in 43 milliseconds