Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp255 if (const RecordType *RT = T->getAsStructureType()) { in Find()
262 if (T->getAsStructureType()) { in Find()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp485 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
H A DType.cpp641 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp111 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2232 const RecordType *getAsStructureType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10462 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
H A DCGOpenMPRuntime.cpp4522 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4770 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()