Home
last modified time | relevance | path

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

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