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