Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp158 C->getTagDescription(), OptionName, SearchInParents); in getCheckerStringOption()
182 C->getTagDescription(), OptionName, SearchInParents); in getCheckerBooleanOption()
203 C->getTagDescription(), OptionName, SearchInParents); in getCheckerIntegerOption()
H A DChecker.cpp21 StringRef CheckerBase::getTagDescription() const { in getTagDescription() function in CheckerBase
H A DCheckerManager.cpp66 << (llvm::Twine() + C->getTagDescription() + ":" + OptionName).str() in reportInvalidCheckerOptionValue()
H A DExprEngine.cpp3879 Out << '\"' << Tag->getTagDescription() << '\"'; in getNodeLabel()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp241 StringRef SimpleProgramPointTag::getTagDescription() const { in getTagDescription() function in SimpleProgramPointTag
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h744 StringRef getTagDescription() const override { return "Data Tag"; } in getTagDescription() function
795 StringRef getTagDescription() const override { in getTagDescription() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h42 virtual StringRef getTagDescription() const = 0;
55 StringRef getTagDescription() const override;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h492 StringRef getTagDescription() const override;