HomeSort by relevance Sort by last modified time
    Searched refs:getSpecificAttr (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
AttrIterator.h 131 inline SpecificAttr *getSpecificAttr(const Container& container) {
DeclBase.h 478 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr;
    [all...]

Completed in 79 milliseconds