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

References

tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
   98   if (T->isBlockPointerType() ||
   99       T->isFunctionPointerType() ||
  100       T->isObjCSelType())
  106   if (T->isAnyPointerType() || T->isReferenceType())
  106   if (T->isAnyPointerType() || T->isReferenceType())
  107     T = T->getPointeeType();
  107     T = T->getPointeeType();
  109   if (const RecordType *RT = T->getAsStructureType()) {