Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isClassType)
H A DType.h2033 bool isClassType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp382 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp4792 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp557 bool Type::isClassType() const { in isClassType() function in Type