Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
H A DType.h2036 bool isInterfaceType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp575 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp4792 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()