Searched defs:getTypeUnadjustedAlign (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 2418 unsigned getTypeUnadjustedAlign(QualType T) const { getTypeUnadjustedAlign() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 2429 unsigned ASTContext::getTypeUnadjustedAlign(const Type *T) const { getTypeUnadjustedAlign() function in ASTContext |