Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h99 bool canHavePaddingType() const { in canHavePaddingType() function
103 assert(canHavePaddingType()); in setPaddingType()
258 return (canHavePaddingType() ? PaddingType : nullptr); in getPaddingType()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h113 bool canHavePaddingType() const { in canHavePaddingType() function
118 assert(canHavePaddingType()); in setPaddingType()
319 return (canHavePaddingType() ? PaddingType : nullptr); in getPaddingType()