Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
H A DType.h1966 bool isStructureType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp403 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp4530 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp2127 if (!PT->isStructureType()) in MergeTypedefNameDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp443 bool Type::isStructureType() const { in isStructureType() function in Type