Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h908 unsigned getMaxAlignedAttribute() const { return MaxAlignedAttribute; } in getMaxAlignedAttribute() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1729 const unsigned MaxAlignedAttr = getTargetInfo().getMaxAlignedAttribute(); in getDeclAlign()