Home
last modified time | relevance | path

Searched defs:addAttr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/VMCore/
DAttributes.cpp269 AttrListPtr AttrListPtr::addAttr(unsigned Idx, Attributes Attrs) const { in addAttr() function in AttrListPtr
DFunction.cpp119 void Argument::addAttr(Attributes attr) { in addAttr() function in Argument
/external/clang/include/clang/AST/
DDeclBase.h367 void addAttr(Attr *A) { in addAttr() function