Home
last modified time | relevance | path

Searched refs:getLocalDataAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h105 unsigned LocalAlign = Loc.getLocalDataAlignment(); in push()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h326 unsigned getLocalDataAlignment() const { in getLocalDataAlignment() function
391 unsigned getLocalDataAlignment() const { in getLocalDataAlignment() function
401 size = llvm::alignTo(size, asDerived()->getLocalDataAlignment()); in getLocalDataSize()
2426 unsigned getLocalDataAlignment() const { in getLocalDataAlignment() function
2430 return ConcreteTypeLoc::getLocalDataAlignment(); in getLocalDataAlignment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp67 return TyLoc.getLocalDataAlignment(); \