Searched defs:getTypeAlign (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ | ||
H A D | TargetInfo.cpp | 351 unsigned TargetInfo::getTypeAlign(IntType T) const { getTypeAlign() function in TargetInfo |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 2338 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } getTypeAlign() function |