Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DDirectX.cpp80 .createLayoutType(ContainedTy->getAsStructureType(), Packoffsets); in getHLSLType()
H A DXCore.cpp620 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
H A DSPIR.cpp508 .createLayoutType(ContainedTy->getAsStructureType(), Packoffsets); in getHLSLType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp252 if (const RecordType *RT = T->getAsStructureType()) { in Find()
261 if (T->getAsStructureType()) { in Find()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp306 auto *Record = PointeeType->getAsStructureType(); in isUnretained()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp588 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
H A DType.cpp770 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
H A DExprConstant.cpp12786 T->getAsStructureType()->getDecl()->hasFlexibleArrayMember()) in addFlexibleArrayMemberInitSize()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp91 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2814 const RecordType *getAsStructureType() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3917 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5234 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10865 {"_ZNK5clang4Type18getAsStructureTypeEv", "clang::Type::getAsStructureType() const"},