Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp255 if (const RecordType *RT = T->getAsStructureType()) { in Find()
262 if (T->getAsStructureType()) { in Find()
/openbsd/src/gnu/llvm/clang/lib/AST/
DFormatString.cpp550 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
DType.cpp645 const RecordType *Type::getAsStructureType() const { in getAsStructureType() function in Type
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp92 if (const RecordType *RT = T->getAsStructureType()) { in isCallback()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DType.h2372 const RecordType *getAsStructureType() const;
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DTargetInfo.cpp10935 if (const RecordType *RT = QT->getAsStructureType()) in appendType()
DCGOpenMPRuntime.cpp4130 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp5189 DS.getRepAsType().get()->getAsStructureType()) in ParsedFreeStandingDeclSpec()