Searched refs:getMaxAttrAlignment (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DAttr.h247 inline unsigned getMaxAttrAlignment(const AttrVec& V, ASTContext &Ctx) { function in namespace:clang
H A DDeclBase.h465 return hasAttrs() ? getMaxAttrAlignment(getAttrs(), getASTContext()) : 0;

Completed in 65 milliseconds