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

  /external/llvm/lib/Support/
TargetRegistry.cpp 106 const char *ShortDesc,
109 assert(Name && ShortDesc && TQualityFn &&
122 T.ShortDesc = ShortDesc;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 656 std::string ShortDesc;
666 StringRef verboseDesc, StringRef shortDesc,
709 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 145 /// ShortDesc - A short description of the target.
146 const char *ShortDesc;
228 const char *getShortDescription() const { return ShortDesc; }
550 /// @param ShortDesc - A short target description. This should be a static
558 const char *ShortDesc,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 108 StringRef shortDesc, StringRef category)
112 ShortDesc(StripTrailingDots(shortDesc)),
    [all...]

Completed in 91 milliseconds