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