Searched defs:getCheckName (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ | ||
H A D | Checker.cpp | 21 return getCheckName().getName(); 24 CheckName CheckerBase::getCheckName() const { return Name; } function in class:CheckerBase 32 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {} 36 Out << Checker.getCheckName().getName(); |
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ | ||
H A D | BugType.h | 43 : Check(checker->getCheckName()), Name(name), Category(cat), 50 StringRef getCheckName() const { return Check.getName(); } function in class:clang::ento::BugType |
H A D | PathDiagnostic.h | 796 StringRef getCheckName() const { return CheckName; } function in class:clang::ento::PathDiagnostic |
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ | ||
H A D | SingleXZInputStream.java | 211 public String getCheckName() { method in class:SingleXZInputStream |
Completed in 214 milliseconds