Home
last modified time | relevance | path

Searched defs:getTypeUnadjustedAlign (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2346 unsigned getTypeUnadjustedAlign(QualType T) const { in getTypeUnadjustedAlign() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2388 unsigned ASTContext::getTypeUnadjustedAlign(const Type *T) const { in getTypeUnadjustedAlign() function in ASTContext