Home
last modified time | relevance | path

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

/external/clang/unittests/StaticAnalyzer/
DAnalyzerOptionsTest.cpp25 StringRef getTagDescription() const override { in TEST() function
30 StringRef getTagDescription() const override { in TEST() function
62 StringRef getTagDescription() const override { in TEST() function
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp133 C ? getCheckerOption(C->getTagDescription(), Name, Default, in getBooleanOption()
237 StringRef V = C ? getCheckerOption(C->getTagDescription(), Name, OS.str(), in getOptionAsInteger()
253 return C ? getCheckerOption(C->getTagDescription(), Name, DefaultVal, in getOptionAsString()
DChecker.cpp20 StringRef CheckerBase::getTagDescription() const { in getTagDescription() function in CheckerBase
DExprEngine.cpp2642 Out << "\\|Tag: " << tag->getTagDescription(); in getNodeLabel()
/external/clang/lib/Analysis/
DProgramPoint.cpp50 StringRef SimpleProgramPointTag::getTagDescription() const { in getTagDescription() function in SimpleProgramPointTag
/external/clang/include/clang/Analysis/
DProgramPoint.h653 virtual StringRef getTagDescription() const = 0;
667 StringRef getTagDescription() const override;
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h456 StringRef getTagDescription() const override;