Searched refs:isClassType (Results 1 – 5 of 5) sorted by relevance
292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
2033 bool isClassType() const;
382 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
4792 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
557 bool Type::isClassType() const { in isClassType() function in Type