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 668 std::string ShortDesc;
683 StringRef verboseDesc, StringRef shortDesc,
727 return ShortDesc.empty() ? VerboseDesc : ShortDesc;
  /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/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 110 StringRef shortDesc, StringRef category,
116 ShortDesc(StripTrailingDots(shortDesc)),
    [all...]

Completed in 876 milliseconds