Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h805 unsigned getMaxAlignedAttribute() const { return MaxAlignedAttribute; } in getMaxAlignedAttribute() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp1813 const unsigned MaxAlignedAttr = getTargetInfo().getMaxAlignedAttribute(); in getDeclAlign()