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

  /external/llvm/lib/IR/
Function.cpp 127 /// addAttr - Add attributes to an argument.
128 void Argument::addAttr(AttributeSet AS) {
  /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 416 void addAttr(Attr *A) {
    [all...]

Completed in 61 milliseconds