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 143 /// ShortDesc - A short description of the target.
144 const char *ShortDesc;
222 const char *getShortDescription() const { return ShortDesc; }
531 /// @param ShortDesc - A short target description. This should be a static
539 const char *ShortDesc,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 668 std::string ShortDesc;
683 StringRef verboseDesc, StringRef shortDesc,
727 return ShortDesc.empty() ? VerboseDesc : ShortDesc;

Completed in 241 milliseconds