Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp216 if (const RecordType *RT = T->getAsStructureType()) { in Find()
223 if (T->getAsStructureType()) { in Find()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp480 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
H A DType.cpp521 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp110 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp6510 if (const RecordType *RT = Ty->getAsStructureType()) { in GetSingleElementType()
9018 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
H A DCGOpenMPRuntime.cpp4979 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2139 const RecordType *getAsStructureType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp4342 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()