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

/external/clang/unittests/StaticAnalyzer/
H A DAnalyzerOptionsTest.cpp25 StringRef getTagDescription() const override {
30 StringRef getTagDescription() const override {
62 StringRef getTagDescription() const override {
/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp20 StringRef CheckerBase::getTagDescription() const { function in class:CheckerBase
H A DAnalyzerOptions.cpp133 C ? getCheckerOption(C->getTagDescription(), Name, Default,
237 StringRef V = C ? getCheckerOption(C->getTagDescription(), Name, OS.str(),
253 return C ? getCheckerOption(C->getTagDescription(), Name, DefaultVal,
H A DExprEngine.cpp2756 Out << "\\|Tag: " << tag->getTagDescription();
/external/clang/lib/Analysis/
H A DProgramPoint.cpp50 StringRef SimpleProgramPointTag::getTagDescription() const { function in class:SimpleProgramPointTag
/external/clang/include/clang/Analysis/
H A DProgramPoint.h44 virtual StringRef getTagDescription() const = 0;
58 StringRef getTagDescription() const override;
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h485 StringRef getTagDescription() const override;

Completed in 114 milliseconds