Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
H A DType.h2537 bool isInterfaceType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp651 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5259 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()