Searched defs:checkCtx (Results 1 – 2 of 2) sorted by relevance
625 func (comp *compiler) checkStruct(ctx checkCtx, n *ast.Struct) {660 type checkCtx struct { struct661 instantiationStack []string664 func (comp *compiler) checkType(ctx checkCtx, t *ast.Type, flags checkFlags) {779 func (comp *compiler) replaceTypedef(ctx *checkCtx, t *ast.Type, flags checkFlags) {
94 static void expandGraphWithCheckers(CHECK_CTX checkCtx, in expandGraphWithCheckers()