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

References

tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  307   QualType ParamTy = Ctx.getPointerType(Ctx.VoidPtrTy);
  307   QualType ParamTy = Ctx.getPointerType(Ctx.VoidPtrTy);
  311         Ctx, nullptr, SourceLocation(), &Ctx.Idents.get(ValNameStr[I]), ParamTy,
  311         Ctx, nullptr, SourceLocation(), &Ctx.Idents.get(ValNameStr[I]), ParamTy,
  317   return CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Args);