Home
last modified time | relevance | path

Searched refs:getDebugTag (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp20 StringRef CheckerBase::getDebugTag() const { return getName(); } in getDebugTag() function in CheckerBase
H A DCheckerManager.cpp140 StringRef CheckerTag = Checker ? Checker->getDebugTag() : "<unknown>"; in checkerScopeName()
759 EvalCallChecker.Checker->getDebugTag()); in runCheckersForEvalCall()
764 evaluatorChecker = EvalCallChecker.Checker->getDebugTag(); in runCheckersForEvalCall()
835 Indent(Out, Space, IsDot) << "{ \"checker\": \"" << CT.second->getDebugTag() in runCheckersForPrintStateJson()
H A DExprEngine.cpp4042 Out << '\"' << Tag->getDebugTag() << '\"'; in getNodeLabel()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp44 StringRef getDebugTag() const override { return "DivZeroChecker"; } in getDebugTag() function in __anon2c18a2660111::DivZeroChecker
H A DVirtualCallChecker.cpp58 StringRef getDebugTag() const override { return "VirtualCallChecker"; } in getDebugTag() function in __anon8d89f0060211::VirtualCallChecker
H A DDynamicTypePropagation.cpp107 StringRef getDebugTag() const override { return "DynamicTypePropagation"; } in getDebugTag() function in __anonf3f583590111::DynamicTypePropagation
H A DNullabilityChecker.cpp117 StringRef getDebugTag() const override { return "NullabilityChecker"; } in getDebugTag() function in __anon414b416c0111::NullabilityChecker
H A DMallocChecker.cpp447 StringRef getDebugTag() const override { return "MallocChecker"; } in getDebugTag() function in __anon0957485b0411::MallocChecker
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h761 StringRef getDebugTag() const override { return "Data Tag"; } in getDebugTag() function
812 StringRef getDebugTag() const override { in getDebugTag() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp360 StringRef SimpleProgramPointTag::getDebugTag() const { return Desc; } in getDebugTag() function in SimpleProgramPointTag
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h45 virtual StringRef getDebugTag() const = 0;
58 StringRef getDebugTag() const override;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h545 StringRef getDebugTag() const override;