Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
HDType.h1636 bool isStructureType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp362 bool Type::isStructureType() const { in isStructureType() function in Type
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp3656 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
HDSemaDecl.cpp1933 if (!PT->isStructureType()) in MergeTypedefNameDecl()