Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
H A DType.h2172 bool isInterfaceType() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp579 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp5006 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()