Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp255 if (const RecordType *RT = T->getAsStructureType()) { in Find()
262 if (T->getAsStructureType()) { in Find()
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp490 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
H A DType.cpp641 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp93 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2308 const RecordType *getAsStructureType() const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10801 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
H A DCGOpenMPRuntime.cpp4445 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp5113 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()