Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h120 bool canHavePaddingType() const { in canHavePaddingType() function
125 assert(canHavePaddingType()); in setPaddingType()
338 return (canHavePaddingType() ? PaddingType : nullptr); in getPaddingType()