Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
H A DType.h2034 bool isStructureType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp284 if (QT->isStructureType()) { in getFuchsiaHandleSymbols()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp362 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp4840 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp2306 if (!PT->isStructureType()) in MergeTypedefNameDecl()
13110 if (!var->getType()->isStructureType() && var->hasInit() && in CheckCompleteVariableDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp563 bool Type::isStructureType() const { in isStructureType() function in Type