Home
last modified time | relevance | path

Searched refs:getTagDescription (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp148 C->getTagDescription(), OptionName, SearchInParents); in getCheckerStringOption()
172 C->getTagDescription(), OptionName, SearchInParents); in getCheckerBooleanOption()
193 C->getTagDescription(), OptionName, SearchInParents); in getCheckerIntegerOption()
H A DChecker.cpp21 StringRef CheckerBase::getTagDescription() const { in getTagDescription() function in CheckerBase
H A DCheckerManager.cpp68 << (llvm::Twine() + C->getTagDescription() + ":" + OptionName).str() in reportInvalidCheckerOptionValue()
H A DExprEngine.cpp3191 Out << '\"' << Tag->getTagDescription() << "\""; in getNodeLabel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp241 StringRef SimpleProgramPointTag::getTagDescription() const { in getTagDescription() function in SimpleProgramPointTag
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h43 virtual StringRef getTagDescription() const = 0;
56 StringRef getTagDescription() const override;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h755 StringRef getTagDescription() const override { in getTagDescription() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h497 StringRef getTagDescription() const override;