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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp21 StringRef CheckerBase::getTagDescription() const { function in class:CheckerBase
H A DAnalyzerOptions.cpp148 C->getTagDescription(), OptionName, SearchInParents);
172 C->getTagDescription(), OptionName, SearchInParents);
193 C->getTagDescription(), OptionName, SearchInParents);
H A DCheckerManager.cpp68 << (llvm::Twine() + C->getTagDescription() + ":" + OptionName).str()
H A DBugReporter.cpp1992 StringRef ErrorTag = ErrorNode->getLocation().getTag()->getTagDescription();
H A DExprEngine.cpp3137 Out << '\"' << Tag->getTagDescription() << "\"";
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp241 StringRef SimpleProgramPointTag::getTagDescription() const { function in class:SimpleProgramPointTag
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h43 virtual StringRef getTagDescription() const = 0;
56 StringRef getTagDescription() const override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h755 StringRef getTagDescription() const override {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h497 StringRef getTagDescription() const override;

Completed in 161 milliseconds