Searched refs:UseQuotes (Results 1 – 4 of 4) sorted by relevance
116 bool UseQuotes, bool PrintRef) const { in printAttributes() argument131 if (UseQuotes) in printAttributes()
304 bool UseQuotes = false, bool PrintRef = false) const;
727 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()
221 std::string getDescriptiveName(bool UseQuotes = true) const;