Home
last modified time | relevance | path

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

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