reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2181 const RecordType *getAsStructureType() const;
486 if (pointee->getAsStructureType() || pointee->isVoidType())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 5122 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) {
tools/clang/lib/CodeGen/TargetInfo.cpp6631 if (const RecordType *RT = Ty->getAsStructureType()) { 9201 if (const RecordType *RT = QT->getAsStructureType())tools/clang/lib/Sema/SemaDecl.cpp
4530 DS.getRepAsType().get()->getAsStructureType())
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp208 if (const RecordType *RT = T->getAsStructureType()) { 215 if (T->getAsStructureType()) {tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
109 if (const RecordType *RT = T->getAsStructureType()) {