Home
last modified time | relevance | path

Searched refs:isInterfaceType (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
HDType.h1638 bool isInterfaceType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp372 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp3656 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()