Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
H A DType.h2170 bool isStructureType() const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp281 if (QT->isStructureType()) { in getFuchsiaHandleSymbols()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp679 if (OutTy->isStructureType() && in ActOnGCCAsmStmt()
H A DSemaCoroutine.cpp335 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp5006 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp2581 if (!PT->isStructureType()) in MergeTypedefNameDecl()
13991 if (!var->getType()->isStructureType() && var->hasInit() && in CheckCompleteVariableDeclaration()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp567 bool Type::isStructureType() const { in isStructureType() function in Type