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