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