Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
H A DType.h2108 bool isClassType() const;
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp265 ASSERT_TRUE(FooDecl->getType()->isClassType()); in TEST()
1278 ASSERT_TRUE(FooDecl->getType()->isClassType()); in TEST()
1518 ASSERT_TRUE(QuxDecl->getType()->isClassType()); in TEST()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp335 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp4903 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp557 bool Type::isClassType() const { in isClassType() function in Type