Home
last modified time | relevance | path

Searched refs:getSpecificAttr (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DAttrIterator.h131 inline SpecificAttr *getSpecificAttr(const Container& container) { in getSpecificAttr() function
DDeclBase.h478 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr; in getAttr()