Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
H A DType.h2533 bool isClassType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp639 StringRef prefix = T->isClassType() ? "class " in MaybePrintTagKeywordIfSupressingScopes()
H A DType.cpp623 bool Type::isClassType() const { in isClassType() function in Type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp337 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp5259 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()