Searched refs:isStructureType (Results 1 – 6 of 6) sorted by relevance
292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
1966 bool isStructureType() const;
403 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
4530 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
2127 if (!PT->isStructureType()) in MergeTypedefNameDecl()
443 bool Type::isStructureType() const { in isStructureType() function in Type