Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
H A DType.h1965 bool isClassType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp403 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp4530 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp437 bool Type::isClassType() const { in isClassType() function in Type