Searched refs:isInterfaceType (Results 1 – 4 of 4) sorted by relevance
295 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
2597 bool isInterfaceType() const;
760 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
700 bool Type::isInterfaceType() const { in isInterfaceType() function in Type