HomeSort by relevance Sort by last modified time
    Searched defs:ShortDesc (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
TargetRegistry.h 162 /// ShortDesc - A short description of the target.
163 const char *ShortDesc;
251 const char *getShortDescription() const { return ShortDesc; }
588 /// @param ShortDesc - A short target description. This should be a static
596 const char *ShortDesc,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 713 std::string ShortDesc;
731 StringRef verboseDesc, StringRef shortDesc,
768 if (!ShortDesc.empty())
769 ShortDesc.append(S);
786 return ShortDesc.empty() ? VerboseDesc : ShortDesc;

Completed in 481 milliseconds