Searched refs:is_attribute (Results 1 – 4 of 4) sorted by relevance
459 def is_attribute(self) -> bool: member in OperandDef754 if operand.is_attribute() and name in structured_op_methods:763 op_def.is_attribute() for op_def in self.registered_operands.values()):
167 if operand.is_attribute():250 if operand.is_attribute():
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