Searched refs:isClassType (Results 1 – 5 of 5) sorted by relevance
291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
1965 bool isClassType() const;
403 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
4530 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
437 bool Type::isClassType() const { in isClassType() function in Type