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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  194   llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3501           CreateSelfType(SelfDeclTy, getOrCreateType(SelfDeclTy, F)));
 4111       Ty = CreateSelfType(VD->getType(), Ty);