Home
last modified time | relevance | path

Searched defs:hasAttributes (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/IR/
DAttributeImpl.h157 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
DAttributes.cpp821 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet
1085 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1089 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} in hasAttributes() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java935 public boolean hasAttributes() in hasAttributes() method
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java409 public boolean hasAttributes() in hasAttributes() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDOMAgent.js135 hasAttributes: function() method in WebInspector.DOMNode
/external/clang/include/clang/Sema/
DDeclSpec.h691 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2022 bool hasAttributes() const { in hasAttributes() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1203 bool Element::hasAttributes() const in hasAttributes() function in WebCore::Element