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

/external/clang/include/clang/AST/
H A DCanonicalType.h278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
H A DType.h1545 bool isInterfaceType() const;
/external/clang/lib/AST/
H A DType.cpp375 bool Type::isInterfaceType() const { function in class:Type
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3260 return T->isClassType() || T->isStructureType() || T->isInterfaceType();

Completed in 884 milliseconds