Home
last modified time | relevance | path

Searched refs:is_attribute (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3542 static std::string EscapeXml(const std::string& str, bool is_attribute);
3635 const std::string& str, bool is_attribute) { in EscapeXml() argument
3651 if (is_attribute) in EscapeXml()
3657 if (is_attribute) in EscapeXml()
3664 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py687 def is_attribute(self): member in CursorKind