Searched defs:RemoveAttribute (Results 1 – 4 of 4) sorted by relevance
314 void TiXmlElement::RemoveAttribute( const std::string& name ) in RemoveAttribute() function in TiXmlElement
437 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
1081 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
2133 static void RemoveAttribute(Function *F, Attribute::AttrKind A) { in RemoveAttribute() function