Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
DType.h1683 bool isInterfaceType() const;
/external/clang/lib/AST/
DType.cpp373 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
/external/clang/lib/Sema/
DSemaExprCXX.cpp3957 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()