Searched refs:isInterfaceType (Results 1 – 4 of 4) sorted by relevance
278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
1683 bool isInterfaceType() const;
373 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
3957 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()