Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp620 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp593 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
H A DType.cpp721 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
H A DExprConstant.cpp12236 T->getAsStructureType()->getDecl()->hasFlexibleArrayMember()) in addFlexibleArrayMemberInitSize()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp92 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2736 const RecordType *getAsStructureType() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3943 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5120 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()