Searched refs:isClassType (Results 1 – 6 of 6) sorted by relevance
292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
2533 bool isClassType() const;
639 StringRef prefix = T->isClassType() ? "class " in MaybePrintTagKeywordIfSupressingScopes()
623 bool Type::isClassType() const { in isClassType() function in Type
337 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
5259 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()