reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 2181   const RecordType *getAsStructureType() const;

References

tools/clang/lib/AST/FormatString.cpp
  486         if (pointee->getAsStructureType() || pointee->isVoidType())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5122   if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) {
tools/clang/lib/CodeGen/TargetInfo.cpp
 6631   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.cpp
  208     if (const RecordType *RT = T->getAsStructureType()) {
  215         if (T->getAsStructureType()) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  109   if (const RecordType *RT = T->getAsStructureType()) {