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

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

Completed in 210 milliseconds