Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DAnalyzerOptionsTest.cpp41 StringRef getTagDescription() const override { in TEST() function
46 StringRef getTagDescription() const override { in TEST() function
79 StringRef getTagDescription() const override { in TEST() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp159 C->getTagDescription(), OptionName, SearchInParents); in getCheckerStringOption()
183 C->getTagDescription(), OptionName, SearchInParents); in getCheckerBooleanOption()
204 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.cpp3531 Out << '\"' << Tag->getTagDescription() << "\""; in getNodeLabel()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp241 StringRef SimpleProgramPointTag::getTagDescription() const { in getTagDescription() function in SimpleProgramPointTag
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h740 StringRef getTagDescription() const override { return "Data Tag"; } in getTagDescription() function
791 StringRef getTagDescription() const override { in getTagDescription() function
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h42 virtual StringRef getTagDescription() const = 0;
55 StringRef getTagDescription() const override;
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h497 StringRef getTagDescription() const override;