HomeSort by: relevance | last modified time | path
    Searched refs:is_attribute (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 3539 // is_attribute is true, the text is meant to appear as an attribute
3542 static std::string EscapeXml(const std::string& str, bool is_attribute);
3624 // Returns an XML-escaped copy of the input string str. If is_attribute
3635 const std::string& str, bool is_attribute) {
3651 if (is_attribute)
3657 if (is_attribute)
3664 if (is_attribute && IsNormalizableWhitespace(ch))
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 687 def is_attribute(self): member in class:CursorKind

Completed in 21 milliseconds