HomeSort by relevance Sort by last modified time
    Searched defs:addAttr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/VMCore/
Attributes.cpp 272 AttrListPtr AttrListPtr::addAttr(unsigned Idx, Attributes Attrs) const {
Function.cpp 120 /// addAttr - Add a Attribute to an argument
121 void Argument::addAttr(Attributes attr) {
247 PAL = PAL.addAttr(i, attr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 95 addAttr(ATTR_LAYOUT_ABOVE, childNode, infos);
96 addAttr(ATTR_LAYOUT_BELOW, childNode, infos);
97 addAttr(ATTR_LAYOUT_TO_LEFT_OF, childNode, infos);
98 addAttr(ATTR_LAYOUT_TO_RIGHT_OF, childNode, infos);
99 addAttr(ATTR_LAYOUT_ALIGN_BASELINE, childNode, infos);
100 addAttr(ATTR_LAYOUT_ALIGN_TOP, childNode, infos);
101 addAttr(ATTR_LAYOUT_ALIGN_BOTTOM, childNode, infos);
102 addAttr(ATTR_LAYOUT_ALIGN_LEFT, childNode, infos);
103 addAttr(ATTR_LAYOUT_ALIGN_RIGHT, childNode, infos);
104 addAttr(ATTR_LAYOUT_ALIGN_PARENT_TOP, childNode, infos)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 411 void addAttr(Attr *A) {
    [all...]

Completed in 2051 milliseconds