Home
last modified time | relevance | path

Searched refs:UseQuotes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp116 bool UseQuotes, bool PrintRef) const { in printAttributes() argument
131 if (UseQuotes) in printAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h304 bool UseQuotes = false, bool PrintRef = false) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp727 std::string MemRegion::getDescriptiveName(bool UseQuotes) const { in getDescriptiveName()
735 auto QuoteIfNeeded = [UseQuotes](const Twine &Subject) -> std::string { in getDescriptiveName()
736 if (UseQuotes) in getDescriptiveName()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h221 std::string getDescriptiveName(bool UseQuotes = true) const;