Home
last modified time | relevance | path

Searched defs:getAttributes (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DValueEnumerator.h135 const std::vector<AttributeSet> &getAttributes() const { in getAttributes() function
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DCallSite.h179 const AttributeSet &getAttributes() const { in getAttributes() function
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.h277 AttributeSet getAttributes(unsigned i) const { in getAttributes() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h716 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function
717 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function
2045 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes() function
2046 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes() function
/freebsd-10-stable/contrib/llvm/lib/IR/
DAttributes.cpp876 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { in getAttributes() function in AttributeSet