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 273 AttrListPtr AttrListPtr::addAttr(unsigned Idx, Attributes Attrs) const {
Function.cpp 121 /// addAttr - Add a Attribute to an argument
122 void Argument::addAttr(Attributes attr) {
248 PAL = PAL.addAttr(i, attr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 98 addAttr(ATTR_LAYOUT_ABOVE, childNode, infos);
99 addAttr(ATTR_LAYOUT_BELOW, childNode, infos);
100 addAttr(ATTR_LAYOUT_TO_LEFT_OF, childNode, infos);
101 addAttr(ATTR_LAYOUT_TO_RIGHT_OF, childNode, infos);
102 addAttr(ATTR_LAYOUT_ALIGN_BASELINE, childNode, infos);
103 addAttr(ATTR_LAYOUT_ALIGN_TOP, childNode, infos);
104 addAttr(ATTR_LAYOUT_ALIGN_BOTTOM, childNode, infos);
105 addAttr(ATTR_LAYOUT_ALIGN_LEFT, childNode, infos);
106 addAttr(ATTR_LAYOUT_ALIGN_RIGHT, childNode, infos);
107 addAttr(ATTR_LAYOUT_ALIGN_PARENT_TOP, childNode, infos)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 410 void addAttr(Attr *A) {
    [all...]

Completed in 435 milliseconds