Home
last modified time | relevance | path

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

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