Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
H A DType.h2593 bool isClassType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp325 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaTypeTraits.cpp760 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp668 StringRef prefix = T->isClassType() ? "class " in MaybePrintTagKeywordIfSupressingScopes()
H A DType.cpp672 bool Type::isClassType() const { in isClassType() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10854 {"_ZNK5clang4Type11isClassTypeEv", "clang::Type::isClassType() const"},