Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
DType.h1484 bool isClassType() const;
/external/clang/lib/AST/
DType.cpp328 bool Type::isClassType() const { in isClassType() function in Type
/external/clang/lib/Sema/
DSemaExprCXX.cpp2958 return T->isClassType() || T->isStructureType(); in EvaluateUnaryTypeTrait()