Home
last modified time | relevance | path

Searched defs:hasAttribute (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Basic/
DAttributes.cpp6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() function in clang
/external/llvm/include/llvm/MC/
DMCSectionMachO.h62 bool hasAttribute(unsigned Value) const { in hasAttribute() function
/external/llvm/lib/IR/
DAttributes.cpp147 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute
151 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute
350 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl
355 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl
504 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSetNode
511 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode
994 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ in hasAttribute() function in AttributeSet
999 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute() function in AttributeSet
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java71 public boolean hasAttribute(final String name) { in hasAttribute() method in AttributeContainer
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp74 bool CXmlElement::hasAttribute(const string &strAttributeName) const in hasAttribute() function in CXmlElement
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DData.java95 boolean hasAttribute(String key); in hasAttribute() method
DDelegatedData.java102 public boolean hasAttribute(String key) { in hasAttribute() method in DelegatedData
DDefaultDataContext.java288 public boolean hasAttribute(String key) { in hasAttribute() method in DefaultDataContext.LocalVariable
DNestedMapData.java227 public boolean hasAttribute(String key) { in hasAttribute() method in NestedMapData
/external/deqp/executor/
DxeXMLParser.hpp156 …bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.… in hasAttribute() function in xe::xml::Parser
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java323 public boolean hasAttribute(String name) in hasAttribute() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java451 public boolean hasAttribute(String name) in hasAttribute() method in DTMNodeProxy
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DShaderProgram.java849 public boolean hasAttribute (String name) { in hasAttribute() method in ShaderProgram
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js2647 Slick.hasAttribute = function(node, name){ function
/external/clang/lib/Sema/
DSemaDecl.cpp2279 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function