Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp254 if (const RecordType *RT = T->getAsStructureType()) { in Find()
261 if (T->getAsStructureType()) { in Find()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp620 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp580 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
H A DType.cpp667 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
H A DExprConstant.cpp11979 T->getAsStructureType()->getDecl()->hasFlexibleArrayMember()) in addFlexibleArrayMemberInitSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp92 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2483 const RecordType *getAsStructureType() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3928 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5275 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()