Searched refs:proto_scopes (Results 1 – 3 of 3) sorted by relevance
29 TypeCheck(Scopes *scopes, Scopes *proto_scopes) in TypeCheck() argument30 : scopes_(scopes), proto_scopes_(proto_scopes) {} in TypeCheck()
61 CodegenLLVM(llvm::Module *mod, Scopes *scopes, Scopes *proto_scopes);
96 CodegenLLVM::CodegenLLVM(llvm::Module *mod, Scopes *scopes, Scopes *proto_scopes) in CodegenLLVM() argument98 proto_scopes_(proto_scopes), expr_(nullptr) { in CodegenLLVM()