Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp230 if (var_decl && !var_decl->getTypeSourceInfo()->getType()->isClassType()) { in run()
/external/clang/include/clang/AST/
DCanonicalType.h276 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
DType.h1680 bool isClassType() const;
/external/clang/lib/AST/
DType.cpp358 bool Type::isClassType() const { in isClassType() function in Type
/external/clang/lib/Sema/
DSemaExprCXX.cpp3957 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()