Searched refs:isInterfaceType (Results 1 – 4 of 4) sorted by relevance
293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
1968 bool isInterfaceType() const;
455 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
4530 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()