Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp255 if (const RecordType *RT = T->getAsStructureType()) { in Find()
262 if (T->getAsStructureType()) { in Find()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp110 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2232 const RecordType *getAsStructureType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp10416 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
H A DCGOpenMPRuntime.cpp4515 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4707 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()