Searched defs:hasAttrs (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h420 bool hasAttrs() const { return HasAttrs; } function in class:clang::Decl
431 if (hasAttrs())
445 return hasAttrs() ? getAttrs().begin() : nullptr;
448 return hasAttrs() ? getAttrs().end() : nullptr;
478 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr;
481 return hasAttrs() && hasSpecificAttr<T>(getAttrs());

Completed in 494 milliseconds