Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h208 bool allowsSizeofAlignof() const { in allowsSizeofAlignof() function
/external/clang/lib/Sema/
DSemaExpr.cpp3203 if (!S.LangOpts.ObjCRuntime.allowsSizeofAlignof() && T->isObjCObjectType()) { in CheckObjCTraitOperandConstraints()