Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp352 unsigned TargetInfo::getTypeAlign(IntType T) const { getTypeAlign() function in TargetInfo
/llvm-project/clang/include/clang/AST/
H A DASTContext.h2410 unsigned getTypeAlign(QualType T) const { return getTypeInfo(T).Align; } getTypeAlign() function
2411 unsigned getTypeAlign(const Type *T) const { return getTypeInfo(T).Align; } getTypeAlign() function