Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
H A DType.h2282 bool isClassType() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp337 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp5088 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp583 bool Type::isClassType() const { in isClassType() function in Type