Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
H A DType.h2169 bool isClassType() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp335 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp5006 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp561 bool Type::isClassType() const { in isClassType() function in Type