Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h101 bool canHavePaddingType() const { in canHavePaddingType() function
105 assert(canHavePaddingType()); in setPaddingType()
293 return (canHavePaddingType() ? PaddingType : nullptr); in getPaddingType()