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.h295 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
H A DType.h2597 bool isInterfaceType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp760 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp700 bool Type::isInterfaceType() const { in isInterfaceType() function in Type