OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShortDesc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
TargetRegistry.h
164
///
ShortDesc
- A short description of the target.
165
const char *
ShortDesc
;
257
const char *getShortDescription() const { return
ShortDesc
; }
581
/// @param
ShortDesc
- A short target description. This should be a static
588
const char *
ShortDesc
,
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h
718
std::string
ShortDesc
;
736
StringRef bugtype, StringRef verboseDesc, StringRef
shortDesc
,
773
if (!
ShortDesc
.empty())
774
ShortDesc
.append(S);
791
return
ShortDesc
.empty() ? VerboseDesc :
ShortDesc
;
Completed in 458 milliseconds