Home
last modified time | relevance | path

Searched defs:getDebugTag (Results 1 – 8 of 8) 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
/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/lib/Analysis/
H A DProgramPoint.cpp360 StringRef SimpleProgramPointTag::getDebugTag() const { return Desc; } in getDebugTag() function in SimpleProgramPointTag
/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