Home
last modified time | relevance | path

Searched refs:getDescriptiveName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp281 OS << "std::variant " << ArgMemRegion->getDescriptiveName() << " held " in handleStdGetCall()
H A DValistChecker.cpp293 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists()
H A DArrayBoundCheckerV2.cpp340 if (std::string RegName = Region->getDescriptiveName(); !RegName.empty()) in getRegionName()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp718 std::string MemRegion::getDescriptiveName(bool UseQuotes) const { in getDescriptiveName() function in MemRegion
744 std::string Idx = OR->getDescriptiveName(false); in getDescriptiveName()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h193 std::string getDescriptiveName(bool UseQuotes = true) const;