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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  199   llvm::DIType *getTypeOrNull(const QualType);

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  976   if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD)))
 2213   llvm::DIType *T = getTypeOrNull(Ty);
 2220   llvm::DIType *T = cast_or_null<llvm::DIType>(getTypeOrNull(QualType(Ty, 0)));
 2952   if (auto *T = getTypeOrNull(Ty))
 3087   auto *T = cast_or_null<llvm::DICompositeType>(getTypeOrNull(QTy));
 3122       getTypeOrNull(CGM.getContext().getRecordType(RD)));
 4080   llvm::DIType *CachedTy = getTypeOrNull(QualTy);