Searched defs:getTypeAlign (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp351 unsigned TargetInfo::getTypeAlign(IntType T) const { function in class:TargetInfo
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2338 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } function in class:clang::ASTContext
2339 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } function in class:clang::ASTContext

Completed in 178 milliseconds