Searched refs:is_attribute (Results 1 – 2 of 2) sorted by relevance
3542 static std::string EscapeXml(const std::string& str, bool is_attribute);3635 const std::string& str, bool is_attribute) { in EscapeXml() argument3651 if (is_attribute) in EscapeXml()3657 if (is_attribute) in EscapeXml()3664 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
687 def is_attribute(self): member in CursorKind