Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCallAndMessageChecker.cpp208 if (const RecordType *RT = T->getAsStructureType()) { in Find()
215 if (T->getAsStructureType()) { in Find()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDFormatString.cpp486 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
HDType.cpp573 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp110 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp6720 if (const RecordType *RT = Ty->getAsStructureType()) { in GetSingleElementType()
9337 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
HDCGOpenMPRuntime.cpp5102 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2210 const RecordType *getAsStructureType() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp4554 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()