Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h749 unsigned getWCharAlign() const { return getTypeAlign(WCharType); } in getWCharAlign() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2026 Align = Target->getWCharAlign(); in getTypeInfoImpl()